User Tools

Site Tools


thinkgeo.mapsuite.desktopedition.currentscalechangedwinformsmapeventargs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.desktopedition.currentscalechangedwinformsmapeventargs [2015/08/20 03:08]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs ====== 
- 
- 
- 
-<!-- Class --> 
-Provides data for the CurrentScaleChanged event. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs</​a>​ 
-===== Inheritance Hierarchy ===== 
-*System.Object 
-**System.EventArgs 
-***[[ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CurrentScaleChangedWinformsMapEventArgs()|CurrentScaleChangedWinformsMapEventArgs]] ​  ​| ​   |    | Initialize an instance of the CurrentScaleChangedEventArgs class. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CurrentScaleChangedWinformsMapEventArgs(RectangleShape,​ Double, GeographyUnit,​ Int32, Int32)|CurrentScaleChangedWinformsMapEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ Double, [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​ Int32, Int32   ​| ​   | Initialize an instance of the CurrentScaleChangedEventArgs class by passing the currentScale,​ mapUnit and mapWidth. ​  | 
- 
-==== Protected Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
- 
-==== Public Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   | 
- 
-==== Protected Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | 
- 
-==== Public Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CurrentExtent|CurrentExtent]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  ​| ​   | This property specifies the CurrentExtent of the CurrentExtentChangedEventArgs. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CurrentScale|CurrentScale]] ​  | Double ​  ​| ​   | This property specifies the CurrentScale of the CurrentScaleChangedEventArgs. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MapHeight|MapHeight]] ​  | Int32   ​| ​   | This property specifies the MapHeight of the CurrentExtentChangedEventArgs. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MapUnit|MapUnit]] ​  | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] ​  ​| ​   | This property specifies the MapUnit of the CurrentScaleChangedEventArgs. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MapWidth|MapWidth]] ​  | Int32   ​| ​   | This property specifies the MapWidth of the CurrentScaleChangedEventArgs. ​  | 
- 
-==== Protected Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
- 
-==== Public Events ==== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ 
- 
-===== Public Constructors ===== 
-==== CurrentScaleChangedWinformsMapEventArgs() ==== 
-Initialize an instance of the CurrentScaleChangedEventArgs class. 
-=== Overloads === 
-Initialize an instance of the CurrentScaleChangedEventArgs class. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs#​CurrentScaleChangedWinformsMapEventArgs.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs#​CurrentScaleChangedWinformsMapEventArgs.28.29</​a>​ 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-[[#Public Constructors|Go Back]] 
-==== CurrentScaleChangedWinformsMapEventArgs(RectangleShape,​ Double, GeographyUnit,​ Int32, Int32) ==== 
-Initialize an instance of the CurrentScaleChangedEventArgs class by passing the currentScale,​ mapUnit and mapWidth. 
-=== Overloads === 
-Initialize an instance of the CurrentScaleChangedEventArgs class. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs#​CurrentScaleChangedWinformsMapEventArgs.28RectangleShape.2C_Double.2C_GeographyUnit.2C_Int32.2C_Int32.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs#​CurrentScaleChangedWinformsMapEventArgs.28RectangleShape.2C_Double.2C_GeographyUnit.2C_Int32.2C_Int32.29</​a>​ 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| currentExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  ​| ​   | 
-| currentScale ​  | Double<​!-- System.Double --> ​  ​| ​   | 
-| mapUnit ​  | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.Core.GeographyUnit --> ​  ​| ​   | 
-| mapWidth ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
-| mapHeight ​  | Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-===== Public Methods ===== 
-==== Equals(Object) ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs#​Equals.28Object.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs#​Equals.28Object.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   | 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetHashCode() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs#​GetHashCode.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs#​GetHashCode.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetType() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs#​GetType.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs#​GetType.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Type<!-- System.Type --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== ToString() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs#​ToString.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs#​ToString.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-==== Finalize() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs#​Finalize.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs#​Finalize.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-==== MemberwiseClone() ==== 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs#​MemberwiseClone.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs#​MemberwiseClone.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Object<​!-- System.Object --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== CurrentExtent ==== 
-This property specifies the CurrentExtent of the CurrentExtentChangedEventArgs. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs#​CurrentExtent"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs#​CurrentExtent</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs --> 
-[[#Public Properties|Go Back]] 
-==== CurrentScale ==== 
-This property specifies the CurrentScale of the CurrentScaleChangedEventArgs. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs#​firstHeading&​quot;​ class=&​quot;​firstHeading&​quot;​ lang=&​quot;​en&​quot;&​gt;&​lt;​span dir=&​quot;​auto"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs#​firstHeading"​ class="​firstHeading"​ lang="​en"&​gt;&​lt;​span dir="​auto</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs --> 
-[[#Public Properties|Go Back]] 
-==== MapHeight ==== 
-This property specifies the MapHeight of the CurrentExtentChangedEventArgs. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs#​MapHeight"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs#​MapHeight</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Int32<​!-- System.Int32 --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs --> 
-[[#Public Properties|Go Back]] 
-==== MapUnit ==== 
-This property specifies the MapUnit of the CurrentScaleChangedEventArgs. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs#​MapUnit"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs#​MapUnit</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.Core.GeographyUnit --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs --> 
-[[#Public Properties|Go Back]] 
-==== MapWidth ==== 
-This property specifies the MapWidth of the CurrentScaleChangedEventArgs. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs#​MapWidth"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs#​MapWidth</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Int32<​!-- System.Int32 --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.DesktopEdition.CurrentScaleChangedWinformsMapEventArgs --> 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-===== Public Events ===== 
-__NOTOC__ 
-[[Category:​DesktopEdition]] 
-[[Category:​ThinkGeo.MapSuite.DesktopEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.desktopedition.currentscalechangedwinformsmapeventargs.1440040130.txt.gz ยท Last modified: 2015/09/18 03:01 (external edit)