User Tools

Site Tools


thinkgeo.mapsuite.desktopedition.keyeventinteractionarguments

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.desktopedition.keyeventinteractionarguments [2015/08/20 03:08]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments ====== 
- 
- 
- 
-<!-- Class --> 
-This class encapsulates the information and simple method for key events interative actions. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments</​a>​ 
-===== Inheritance Hierarchy ===== 
-*System.Object 
-**[[ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​KeyEventInteractionArguments()|KeyEventInteractionArguments]] ​  ​| ​   |    | This is the default constructor of this parameter. ​  | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​KeyEventInteractionArguments(String,​ Boolean, Boolean, Boolean)|KeyEventInteractionArguments]] ​  | String, Boolean, Boolean, Boolean ​  ​| ​   | This is the constructor of this parameter by passing parameters. ​  | 
- 
-==== 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 gets or sets the current extent used in the MapControl. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CurrentScale|CurrentScale]] ​  | Double ​  ​| ​   | This property gets or sets the scale in the current status. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsAltKeyPressed|IsAltKeyPressed]] ​  | Boolean ​  ​| ​   | Gets and sets a value indicating whether the ALT key was pressed. true if the ALT key was pressed; otherwise, false. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsCtrlKeyPressed|IsCtrlKeyPressed]] ​  | Boolean ​  ​| ​   | Gets and sets a value indicating whether the CTRL key was pressed. true if the CTRL key was pressed; otherwise, false. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsShiftKeyPressed|IsShiftKeyPressed]] ​  | Boolean ​  ​| ​   | Gets a value indicating whether the SHIFT key was pressed. true if the SHIFT key was pressed; otherwise, false. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Key|Key]] ​  | String ​  ​| ​   | This property gets and sets string indicates the key used in the key events. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ZoomLevelSet|ZoomLevelSet]] ​  | [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]] ​  ​| ​   | This property gets or sets the ZoomLevelSet used in the Map Control. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​ZoomLevelSnapping|ZoomLevelSnapping]] ​  | [[ThinkGeo.MapSuite.DesktopEdition.ZoomLevelSnappingMode|ZoomLevelSnappingMode]] ​  ​| ​   | This property gets or sets the ZoomLevelSnappingMode used in the Map Control. ​  | 
- 
-==== Protected Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
- 
-==== Public Events ==== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ 
- 
-===== Public Constructors ===== 
-==== KeyEventInteractionArguments() ==== 
-This is the default constructor of this parameter. 
-=== Remarks === 
-If you use this constructor,​ you have to set its properties manually before use. 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-[[#Public Constructors|Go Back]] 
-==== KeyEventInteractionArguments(String,​ Boolean, Boolean, Boolean) ==== 
-This is the constructor of this parameter by passing parameters. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​KeyEventInteractionArguments.28String.2C_Boolean.2C_Boolean.2C_Boolean.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​KeyEventInteractionArguments.28String.2C_Boolean.2C_Boolean.2C_Boolean.29</​a>​ 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| key   | String<​!-- System.String --> ​  | This parameters indicates the key string used in the events. ​  | 
-| isCtrlKeyPressed ​  | Boolean<​!-- System.Boolean --> ​  | This parameter indicates the CTRIL key is pressed or not.   | 
-| isShiftKeyPressed ​  | Boolean<​!-- System.Boolean --> ​  | This parameter indicates the SHIFT key is pressed or not.   | 
-| isAltKeyPressed ​  | Boolean<​!-- System.Boolean --> ​  | This parameter indicates the ALT key is pressed or not.   | 
- 
-[[#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.KeyEventInteractionArguments#​Equals.28Object.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​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.KeyEventInteractionArguments#​GetHashCode.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​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.KeyEventInteractionArguments#​GetType.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​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.KeyEventInteractionArguments#​ToString.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​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.KeyEventInteractionArguments#​Finalize.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​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.KeyEventInteractionArguments#​MemberwiseClone.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​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 gets or sets the current extent used in the MapControl. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​CurrentExtent"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​CurrentExtent</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments --> 
-[[#Public Properties|Go Back]] 
-==== CurrentScale ==== 
-This property gets or sets the scale in the current status. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​CurrentScale"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​CurrentScale</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments --> 
-[[#Public Properties|Go Back]] 
-==== IsAltKeyPressed ==== 
-Gets and sets a value indicating whether the ALT key was pressed. true if the ALT key was pressed; otherwise, false. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​IsAltKeyPressed"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​IsAltKeyPressed</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Boolean<​!-- System.Boolean --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments --> 
-[[#Public Properties|Go Back]] 
-==== IsCtrlKeyPressed ==== 
-Gets and sets a value indicating whether the CTRL key was pressed. true if the CTRL key was pressed; otherwise, false. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​IsCtrlKeyPressed"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​IsCtrlKeyPressed</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Boolean<​!-- System.Boolean --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments --> 
-[[#Public Properties|Go Back]] 
-==== IsShiftKeyPressed ==== 
-Gets a value indicating whether the SHIFT key was pressed. true if the SHIFT key was pressed; otherwise, false. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​IsShiftKeyPressed"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​IsShiftKeyPressed</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Boolean<​!-- System.Boolean --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments --> 
-[[#Public Properties|Go Back]] 
-==== Key ==== 
-This property gets and sets string indicates the key used in the key events. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​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.KeyEventInteractionArguments#​firstHeading"​ class="​firstHeading"​ lang="​en"&​gt;&​lt;​span dir="​auto</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| String<​!-- System.String --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments --> 
-[[#Public Properties|Go Back]] 
-==== ZoomLevelSet ==== 
-This property gets or sets the ZoomLevelSet used in the Map Control. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​ZoomLevelSet"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​ZoomLevelSet</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.Core.ZoomLevelSet|ZoomLevelSet]]<​!-- ThinkGeo.MapSuite.Core.ZoomLevelSet --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments --> 
-[[#Public Properties|Go Back]] 
-==== ZoomLevelSnapping ==== 
-This property gets or sets the ZoomLevelSnappingMode used in the Map Control. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​ZoomLevelSnapping"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments#​ZoomLevelSnapping</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.DesktopEdition.ZoomLevelSnappingMode|ZoomLevelSnappingMode]]<​!-- ThinkGeo.MapSuite.DesktopEdition.ZoomLevelSnappingMode --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.DesktopEdition.KeyEventInteractionArguments --> 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-===== Public Events ===== 
-__NOTOC__ 
-[[Category:​DesktopEdition]] 
-[[Category:​ThinkGeo.MapSuite.DesktopEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.desktopedition.keyeventinteractionarguments.1440040130.txt.gz ยท Last modified: 2015/09/18 03:02 (external edit)