User Tools

Site Tools


thinkgeo.mapsuite.wpfdesktopedition.currentscalechangingwpfmapeventargs

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.wpfdesktopedition.currentscalechangingwpfmapeventargs [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.wpfdesktopedition.currentscalechangingwpfmapeventargs [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs ====== ====== ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Class --> 
 Provides data for the CurrentScaleChanging event. Provides data for the CurrentScaleChanging event.
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs</​a>​ 
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.Object +  ​*System.Object 
-**System.EventArgs +    *System.EventArgs 
-***[[ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs]]+      ***ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} CurrentScaleChangingWpfMapEventArgs() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#CurrentScaleChangingWpfMapEventArgs()|CurrentScaleChangingWpfMapEventArgs]] ​  ​| ​   |    | Initialize an instance of the CurrentScaleChangingEventArgs class. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​CurrentScaleChangingWpfMapEventArgs(RectangleShape,​ Double, Double, GeographyUnit,​ Single, Single, Boolean)|CurrentScaleChangingWpfMapEventArgs]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ Double, Double, [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]],​ Single, Single, Boolean ​  ​| ​   | Initialize an instance of the CurrentScaleChangingEventArgs class by passing the currentScale,​ mapUnit, mapWidth and mapHeight. ​  |+
  
-==== Protected Constructors ​==== +  * //​Initialize an instance of the CurrentScaleChangingEventArgs class.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​CurrentScaleChangingWpfMapEventArgs.28.29//​ 
 +== Parameters ​== 
 +<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} CurrentScaleChangingWpfMapEventArgs(RectangleShape,​Double,​Double,​GeographyUnit,​Single,​Single,​Boolean) **
  
-==== Public Methods ​==== +  * //​Initialize an instance of the CurrentScaleChangingEventArgs class by passing the currentScale,​ mapUnit, mapWidth and mapHeight.//​ 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​CurrentScaleChangingWpfMapEventArgs.28RectangleShape.2C_Double.2C_Double.2C_GeographyUnit.2C_Single.2C_Single.2C_Boolean.29//​ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]]   |    | Object ​  ​| ​   | +== Parameters ​== 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +  * //​currentExtent//​ 
-| {{wiki:PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   |+    * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 +    ​* Description:A RectangleShape indicates current map extent.
  
-==== Protected Methods ==== +  * //​currentScale//​ 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +    * Type:Double 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +    ​* Description:A double value indicates current map scale.
-| {{wiki:ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +  ​* //​newScale//​ 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +    ​* Type:Double 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Cancel|Cancel]] ​  | Boolean ​  ​| ​   | Gets or sets whether the action will be canceled or not.   ​| +    ​* Description:A double value indicates ​the new scale needs to zoom to.
-| {{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 CurrentScaleChangingEventArgs. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MapHeight|MapHeight]] ​  | Single ​  ​| ​   | 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 CurrentScaleChangingEventArgs  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MapWidth|MapWidth]] ​  | Single ​  ​| ​   | This property specifies the MapWidth of the CurrentScaleChangingEventArgs. ​  | +
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​NewScale|NewScale]] ​  | Double ​  ​| ​   | This property specifies the NewScale of the CurrentScaleChangingEventArgs. ​  |+
  
-==== Protected Properties ==== +  * //mapUnit// 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+    * Type:​[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
 +    * Description:​A GeographyUnit indicates current map unit.
  
-==== Public Events ==== +  * //​mapWidth//​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+    * Type:​Single 
 +    * Description:​A float value indicates current map scrren width.
  
-===== Public Constructors ===== +  * //mapHeight// 
-==== CurrentScaleChangingWpfMapEventArgs() ==== +    * Type:Single 
-Initialize an instance of the CurrentScaleChangingEventArgs class. +    ​* ​Description:A float value indicates current map scrren height.
-=== Overloads === +
-Initialize an instance of the CurrentScaleChangingEventArgs class. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​CurrentScaleChangingWpfMapEventArgs.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​CurrentScaleChangingWpfMapEventArgs.28.29</​a>​ +
-=== Parameters === +
-^  Name ^  Type ^  ​Description ​^+
  
-[[#Public Constructors|Go Back]] +  * //cancel// 
-==== CurrentScaleChangingWpfMapEventArgs(RectangleShape,​ Double, Double, GeographyUnit,​ Single, Single, Boolean) ==== +    * Type:Boolean 
-Initialize an instance of the CurrentScaleChangingEventArgs class by passing the currentScale,​ mapUnit, mapWidth and mapHeight. +    ​* ​Description:A boolean value indicates whether needs to cancel current operation.
-=== Overloads === +
-Initialize an instance of the CurrentScaleChangingEventArgs class. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​CurrentScaleChangingWpfMapEventArgs.28RectangleShape.2C_Double.2C_Double.2C_GeographyUnit.2C_Single.2C_Single.2C_Boolean.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​CurrentScaleChangingWpfMapEventArgs.28RectangleShape.2C_Double.2C_Double.2C_GeographyUnit.2C_Single.2C_Single.2C_Boolean.29</​a>​ +
-=== Parameters === +
-^  Name ^  Type ^  ​Description ​+
-| currentExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | A RectangleShape indicates current map extent. ​  | +
-| currentScale ​  | Double<​!-- System.Double --> ​  | A double value indicates current map scale. ​  | +
-| newScale ​  | Double<​!-- System.Double --> ​  | A double value indicates the new scale needs to zoom to.   | +
-| mapUnit ​  | [[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<​!-- ThinkGeo.MapSuite.Core.GeographyUnit --> ​  | A GeographyUnit indicates current map unit.   | +
-| mapWidth ​  | Single<​!-- System.Single --> ​  | A float value indicates current map scrren width. ​  | +
-| mapHeight ​  | Single<​!-- System.Single --> ​  | A float value indicates current map scrren height. ​  | +
-| cancel ​  | Boolean<​!-- System.Boolean --> ​  ​| ​A boolean value indicates whether needs to cancel current operation. ​  |+
  
-[[#Public Constructors|Go Back]] +<div newline></​div>​ 
-===== Protected Constructors ​===== +==== Protected Constructors ==== 
-===== Public Methods ​===== +==== Public Methods ==== 
-==== Equals(Object) ==== +** {{wiki:PublicMethod.gif|}} ToString() **
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​Equals.28Object.29"​ target="​_blank">​http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​Equals.28Object.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
- Name ^  Type ^  Description ^ +== Remarks ​== 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   |+  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​ToString.28.29//​
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  ​* ​Type:String 
-==== GetHashCode() ==== +  * Description:N/A
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​GetHashCode.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​GetHashCode.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type Description ​+
-| Int32<​!-- System.Int32 --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters == 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-==== GetType() ==== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​Equals.28Object.29//
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​GetType.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​GetType.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Boolean 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +  ​* ​//obj// 
-==== ToString() ​==== +    ​* ​Type:Object 
-=== Remarks === +    ​* Description:​N/​A
-For the most updated Info for this topic, please check it here:<a href="​http:​//wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​ToString.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​ToString.28.29</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ Description ^ +
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^+** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-<!-- System.Object --> +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-===== Protected Methods ===== +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​GetHashCode.28.29//
-==== Finalize() ==== +
-=== Remarks ​=== +
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​Finalize.28.29" target="​_blank">​http:​//wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​Finalize.28.29</​a>​ +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Void<!-- System.Void --> ​  ​| ​   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Int32 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></div
-==== MemberwiseClone() ​==== +** {{wiki:​PublicMethod.gif|}} GetType() **
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​MemberwiseClone.28.29"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​MemberwiseClone.28.29</a+
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​GetType.28.29//​
  
-<!-- System.Object --> +== Return Value == 
-[[#​Protected Methods|Go Back]] +  * Type:Type 
-===== Public Properties ===== +  * Description:​N/​A
-==== Cancel ==== +
-Gets or sets whether the action will be canceled or not. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​Cancel"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​Cancel</​a>​ +
-=== Return Value === +
-^ Return ​Type ^ +
-| Boolean<​!-- System.Boolean --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs --> +== Parameters == 
-[[#Public Properties|Go Back]] +<div newline></​div
-==== CurrentExtent ​==== +==== Protected Methods ​==== 
-This property specifies the CurrentExtent of the CurrentExtentChangedEventArgs+** {{wiki:​ProtectedMethod.gif|}} Finalize() ** 
-=== Remarks ​=== + 
-For the most updated Info for this topic, please check it here:<a href="http://wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​CurrentExtent"​ target="​_blank"​>http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​CurrentExtent<​/a> +  * //N/A// 
-=== Return Value === +== Remarks == 
-^ Return ​Type ^ +  * //For the most updated Info for this topic, please check it here:​http:​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​Finalize.28.29//​ 
-| [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --  ​|+ 
 +== Return Value == 
 +  * Type:Void 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //For the most updated Info for this topic, please check it here:http:wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​MemberwiseClone.28.29/​
 + 
 +== Return Value == 
 +  ​* ​Type:Object 
 +  * Description:​N/​A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} CurrentScale **
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs --> 
-[[#Public Properties|Go Back]] 
-==== CurrentScale ==== 
 This property specifies the CurrentScale of the CurrentScaleChangingEventArgs. This property specifies the CurrentScale of the CurrentScaleChangingEventArgs.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​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.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​firstHeading"​ class="​firstHeading"​ lang="​en"​&​gt;&​lt;​span dir="​auto</a> +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​firstHeading"​ class="​firstHeading"​ lang="​en"​><span dir="​auto 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Double
-Double<!-- System.Double --> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs --> +** {{wiki:​PublicProperty.gif|}} NewScale ** 
-[[#Public Properties|Go Back]] + 
-==== MapHeight ==== +This property specifies the NewScale ​of the CurrentScaleChangingEventArgs
-This property specifies the MapHeight ​of the CurrentExtentChangedEventArgs+== Remarks == 
-=== Remarks ​=== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​NewScale 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​MapHeight"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​MapHeight</​a>​ +== Return Value == 
-=== Return Value === +  ​* ​Type:Double 
-^ Return ​Type ^ + 
-| Single<​!-- System.Single --> ​  |+** {{wiki:​PublicProperty.gif|}} MapUnit **
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs --> 
-[[#Public Properties|Go Back]] 
-==== MapUnit ==== 
 This property specifies the MapUnit of the CurrentScaleChangingEventArgs. This property specifies the MapUnit of the CurrentScaleChangingEventArgs.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​MapUnit" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​MapUnit</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​MapUnit 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]] 
-[[ThinkGeo.MapSuite.Core.GeographyUnit|GeographyUnit]]<!-- ThinkGeo.MapSuite.Core.GeographyUnit --> ​  |+ 
 +** {{wiki:​PublicProperty.gif|}} MapWidth **
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs --> 
-[[#Public Properties|Go Back]] 
-==== MapWidth ==== 
 This property specifies the MapWidth of the CurrentScaleChangingEventArgs. This property specifies the MapWidth of the CurrentScaleChangingEventArgs.
-=== Remarks ​=== +== Remarks == 
-For the most updated Info for this topic, please check it here:<a href="http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​MapWidth" target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​MapWidth</​a>​ +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​MapWidth 
-=== Return Value === +== Return Value == 
-^ Return ​Type +  ​* ​Type:Single
-| Single<​!-- System.Single ​--> ​  |+
  
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs --> +** {{wiki:PublicProperty.gif|}} MapHeight **
-[[#Public Properties|Go Back]] +
-==== NewScale ==== +
-This property specifies the NewScale of the CurrentScaleChangingEventArgs. +
-=== Remarks === +
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​NewScale"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​NewScale</​a>​ +
-=== Return Value === +
-^ Return Type ^ +
-| Double<​!-- System.Double --> ​  |+
  
-<​!-- ​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs ​--> +This property specifies the MapHeight of the CurrentExtentChangedEventArgs. 
-[[#Public Properties|Go Back]] +== Remarks == 
-===== Protected Properties ===== +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​MapHeight 
-===== Public Events ===== +== Return Value == 
-__NOTOC__ +  * Type:​Single 
-[[Category:​WpfDesktopEdition]] + 
-[[Category:​ThinkGeo.MapSuite.WpfDesktopEdition]] +** {{wiki:​PublicProperty.gif|}} CurrentExtent ** 
-[[Category:UpdateDocumentation]]+ 
 +This property specifies the CurrentExtent of the CurrentExtentChangedEventArgs. 
 +== Remarks ​== 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​CurrentExtent 
 +== Return Value == 
 +  * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
 + 
 +** {{wiki:PublicProperty.gif|}} Cancel ** 
 + 
 +Gets or sets whether the action will be canceled or not. 
 +== Remarks == 
 +For the most updated Info for this topic, please check it here:​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.CurrentScaleChangingWpfMapEventArgs#​Cancel 
 +== Return Value == 
 +  * Type:Boolean 
 + 
 +==== Protected Properties ==== 
 +==== Public Events ====
  
thinkgeo.mapsuite.wpfdesktopedition.currentscalechangingwpfmapeventargs.1440040136.txt.gz · Last modified: 2015/09/18 03:10 (external edit)