User Tools

Site Tools


thinkgeo.mapsuite.desktopedition.panandtrackzoomstate

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.desktopedition.panandtrackzoomstate [2015/08/20 03:08]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState ====== 
- 
- 
- 
-<!-- Class --> 
-This class stores the information for Pan and Track Zoom. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState</​a>​ 
-===== Inheritance Hierarchy ===== 
-*System.Object 
-**[[ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​PanAndTrackZoomState()|PanAndTrackZoomState]] ​  ​| ​   |    | Default constructor of this class. ​  | 
- 
-==== 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}}[[#​GetNewExtent(ScreenPointF,​ RectangleShape,​ Double, Double)|GetNewExtent]] ​  | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]],​ [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]],​ Double, Double ​  ​| ​   | This method is used to get an updated extent for interative action. ​  | 
-| {{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}}[[#​EndXInScreen|EndXInScreen]] ​  | Single ​  ​| ​   | This property gets or sets the ending screen X when interative action ends.   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​EndYInScreen|EndYInScreen]] ​  | Single ​  ​| ​   | This property gets or sets the ending screen Y when interative action ends.   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsLeftClickDragKeyPressed|IsLeftClickDragKeyPressed]] ​  | Boolean ​  ​| ​   | This property gets or sets the status of whether the left click drag key is pressed or not.   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsMouseLeftButtonDown|IsMouseLeftButtonDown]] ​  | Boolean ​  ​| ​   | This property gets or sets the status of whether the left mouse button is pressed down or not.   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsMouseRightButtonDown|IsMouseRightButtonDown]] ​  | Boolean ​  ​| ​   | This property gets or sets the status of whether the right mouse button is pressed down or not.   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsRightClickDragKeyPressed|IsRightClickDragKeyPressed]] ​  | Boolean ​  ​| ​   | This property gets or sets the status of whether the right click drag key is pressed or not.   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​LowRightPoint|LowRightPoint]] ​  | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] ​  ​| ​   | This property gets the lower right screen point. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​MouseMoveStartExtent|MouseMoveStartExtent]] ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ​  ​| ​   | This property gets and sets the extent when the mouse move starts. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​OffsetXInScreen|OffsetXInScreen]] ​  | Int32   ​| ​   | This property gets screen offset X distance. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​OffsetYInScreen|OffsetYInScreen]] ​  | Int32   ​| ​   | This property gets screen offset Y distance. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​StartXInScreen|StartXInScreen]] ​  | Single ​  ​| ​   | This property gets or sets the starting screen X when interative action starts. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​StartYInScreen|StartYInScreen]] ​  | Single ​  ​| ​   | This property gets or sets the starting screen Y when interative action starts. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​UpperLeftPoint|UpperLeftPoint]] ​  | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]] ​  ​| ​   | This property gets the upper left screen point. ​  | 
- 
-==== Protected Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
- 
-==== Public Events ==== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ 
- 
-===== Public Constructors ===== 
-==== PanAndTrackZoomState() ==== 
-Default constructor of this class. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​PanAndTrackZoomState.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​PanAndTrackZoomState.28.29</​a>​ 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-[[#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.PanAndTrackZoomState#​Equals.28Object.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​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.PanAndTrackZoomState#​GetHashCode.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​GetHashCode.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetNewExtent(ScreenPointF,​ RectangleShape,​ Double, Double) ==== 
-This method is used to get an updated extent for interative action. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​GetNewExtent.28ScreenPointF.2C_RectangleShape.2C_Double.2C_Double.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​GetNewExtent.28ScreenPointF.2C_RectangleShape.2C_Double.2C_Double.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | Returns a updated extent which will replace the current extent. ​  | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| location ​  | [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]<​!-- ThinkGeo.MapSuite.Core.ScreenPointF --> ​  | This parameter specifies the current location of the mouse. ​  | 
-| currentExtent ​  | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | This parameter specifies the current extent. ​  | 
-| width   | Double<​!-- System.Double --> ​  | This parameter specifies the width of the extent in screen units. ​  | 
-| height ​  | Double<​!-- System.Double --> ​  | This parameter specifies the height of the extent in screen units. ​  | 
- 
-<!-- ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState --> 
-[[#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.PanAndTrackZoomState#​GetType.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​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.PanAndTrackZoomState#​ToString.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​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.PanAndTrackZoomState#​Finalize.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​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.PanAndTrackZoomState#​MemberwiseClone.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​MemberwiseClone.28.29</​a>​ 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Object<​!-- System.Object --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== EndXInScreen ==== 
-This property gets or sets the ending screen X when interative action ends. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​EndXInScreen"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​EndXInScreen</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Single<​!-- System.Single --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState --> 
-[[#Public Properties|Go Back]] 
-==== EndYInScreen ==== 
-This property gets or sets the ending screen Y when interative action ends. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​EndYInScreen"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​EndYInScreen</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Single<​!-- System.Single --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState --> 
-[[#Public Properties|Go Back]] 
-==== IsLeftClickDragKeyPressed ==== 
-This property gets or sets the status of whether the left click drag key is pressed or not. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​IsLeftClickDragKeyPressed"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​IsLeftClickDragKeyPressed</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Boolean<​!-- System.Boolean --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState --> 
-[[#Public Properties|Go Back]] 
-==== IsMouseLeftButtonDown ==== 
-This property gets or sets the status of whether the left mouse button is pressed down or not. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​IsMouseLeftButtonDown"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​IsMouseLeftButtonDown</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Boolean<​!-- System.Boolean --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState --> 
-[[#Public Properties|Go Back]] 
-==== IsMouseRightButtonDown ==== 
-This property gets or sets the status of whether the right mouse button is pressed down or not. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​IsMouseRightButtonDown"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​IsMouseRightButtonDown</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Boolean<​!-- System.Boolean --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState --> 
-[[#Public Properties|Go Back]] 
-==== IsRightClickDragKeyPressed ==== 
-This property gets or sets the status of whether the right click drag key is pressed or not. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​IsRightClickDragKeyPressed"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​IsRightClickDragKeyPressed</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Boolean<​!-- System.Boolean --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState --> 
-[[#Public Properties|Go Back]] 
-==== LowRightPoint ==== 
-This property gets the lower right screen point. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​LowRightPoint"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​LowRightPoint</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]<​!-- ThinkGeo.MapSuite.Core.ScreenPointF --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState --> 
-[[#Public Properties|Go Back]] 
-==== MouseMoveStartExtent ==== 
-This property gets and sets the extent when the mouse move starts. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​MouseMoveStartExtent"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​MouseMoveStartExtent</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState --> 
-[[#Public Properties|Go Back]] 
-==== OffsetXInScreen ==== 
-This property gets screen offset X distance. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​OffsetXInScreen"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​OffsetXInScreen</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Int32<​!-- System.Int32 --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState --> 
-[[#Public Properties|Go Back]] 
-==== OffsetYInScreen ==== 
-This property gets screen offset Y distance. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​OffsetYInScreen"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​OffsetYInScreen</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Int32<​!-- System.Int32 --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState --> 
-[[#Public Properties|Go Back]] 
-==== StartXInScreen ==== 
-This property gets or sets the starting screen X when interative action starts. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​StartXInScreen"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​StartXInScreen</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Single<​!-- System.Single --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState --> 
-[[#Public Properties|Go Back]] 
-==== StartYInScreen ==== 
-This property gets or sets the starting screen Y when interative action starts. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​StartYInScreen"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​StartYInScreen</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Single<​!-- System.Single --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState --> 
-[[#Public Properties|Go Back]] 
-==== UpperLeftPoint ==== 
-This property gets the upper left screen point. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​UpperLeftPoint"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState#​UpperLeftPoint</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.Core.ScreenPointF|ScreenPointF]]<​!-- ThinkGeo.MapSuite.Core.ScreenPointF --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.DesktopEdition.PanAndTrackZoomState --> 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-===== Public Events ===== 
-__NOTOC__ 
-[[Category:​DesktopEdition]] 
-[[Category:​ThinkGeo.MapSuite.DesktopEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.desktopedition.panandtrackzoomstate.1440040130.txt.gz ยท Last modified: 2015/09/18 03:04 (external edit)