User Tools

Site Tools


thinkgeo.mapsuite.wpfdesktopedition.keyeventinteractionarguments

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.wpfdesktopedition.keyeventinteractionarguments [2015/08/20 03:08]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments ====== 
- 
- 
- 
-<!-- Class --> 
-Represents key event arguments when interacting with the map object. 
-=== Remarks === 
-For the most updated Info for this topic, please check it here:<a href="​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments</​a>​ 
-===== Inheritance Hierarchy ===== 
-*System.Object 
-**[[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​KeyEventInteractionArguments()|KeyEventInteractionArguments]] ​  ​| ​   |    | Constructor of KeyEventInteractionArguments class. ​  | 
-| {{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]] ​  ​| ​   | Gets or sets the current extent used in the MapControl. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​CurrentScale|CurrentScale]] ​  | Double ​  ​| ​   | Gets or sets the scale in the current status. ​  | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​IsAltKeyPressed|IsAltKeyPressed]] ​  | Boolean ​  ​| ​   | Gets 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 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 string indicates the key used in the key events. ​  | 
- 
-==== Protected Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
- 
-==== Public Events ==== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ 
- 
-===== Public Constructors ===== 
-==== KeyEventInteractionArguments() ==== 
-Constructor of KeyEventInteractionArguments class. 
-=== 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.WpfDesktopEdition.KeyEventInteractionArguments#​KeyEventInteractionArguments.28String.2C_Boolean.2C_Boolean.2C_Boolean.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.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.WpfDesktopEdition.KeyEventInteractionArguments#​Equals.28Object.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.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.WpfDesktopEdition.KeyEventInteractionArguments#​GetHashCode.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.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.WpfDesktopEdition.KeyEventInteractionArguments#​GetType.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.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.WpfDesktopEdition.KeyEventInteractionArguments#​ToString.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.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.WpfDesktopEdition.KeyEventInteractionArguments#​Finalize.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.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.WpfDesktopEdition.KeyEventInteractionArguments#​MemberwiseClone.28.29"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.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 ==== 
-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.WpfDesktopEdition.KeyEventInteractionArguments#​CurrentExtent"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments#​CurrentExtent</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<​!-- ThinkGeo.MapSuite.Core.RectangleShape --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments --> 
-[[#Public Properties|Go Back]] 
-==== CurrentScale ==== 
-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.WpfDesktopEdition.KeyEventInteractionArguments#​CurrentScale"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments#​CurrentScale</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments --> 
-[[#Public Properties|Go Back]] 
-==== IsAltKeyPressed ==== 
-Gets 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.WpfDesktopEdition.KeyEventInteractionArguments#​IsAltKeyPressed"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments#​IsAltKeyPressed</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Boolean<​!-- System.Boolean --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments --> 
-[[#Public Properties|Go Back]] 
-==== IsCtrlKeyPressed ==== 
-Gets 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.WpfDesktopEdition.KeyEventInteractionArguments#​IsCtrlKeyPressed"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments#​IsCtrlKeyPressed</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Boolean<​!-- System.Boolean --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.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.WpfDesktopEdition.KeyEventInteractionArguments#​IsShiftKeyPressed"​ target="​_blank">​http://​wiki.thinkgeo.com/​wiki/​ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments#​IsShiftKeyPressed</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| Boolean<​!-- System.Boolean --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments --> 
-[[#Public Properties|Go Back]] 
-==== Key ==== 
-This property gets 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.WpfDesktopEdition.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.WpfDesktopEdition.KeyEventInteractionArguments#​firstHeading"​ class="​firstHeading"​ lang="​en"&​gt;&​lt;​span dir="​auto</​a>​ 
-=== Return Value === 
-^ Return Type ^ 
-| String<​!-- System.String --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments --> 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-===== Public Events ===== 
-__NOTOC__ 
-[[Category:​WpfDesktopEdition]] 
-[[Category:​ThinkGeo.MapSuite.WpfDesktopEdition]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.wpfdesktopedition.keyeventinteractionarguments.1440040136.txt.gz ยท Last modified: 2015/09/18 03:11 (external edit)