This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.wpfdesktopedition.keyeventinteractionarguments [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.wpfdesktopedition.keyeventinteractionarguments [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments ====== | ====== ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments ====== | ||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
- | |||
- | <!-- Class --> | ||
Represents key event arguments when interacting with the map object. | 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 ===== | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | + | *System.Object |
- | **[[ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments]] | + | ***ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} KeyEventInteractionArguments() ** |
- | | {{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 ==== | + | Constructor of KeyEventInteractionArguments class. |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
+ | If you use this constructor, you have to set its properties manually before use. | ||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} KeyEventInteractionArguments(String,Boolean,Boolean,Boolean) ** | ||
+ | This is the constructor of this parameter by passing parameters. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Parameters == | ||
+ | * //key// | ||
+ | * Type:String | ||
+ | * Description:This parameters indicates the key string used in the events. | ||
+ | |||
+ | * //isCtrlKeyPressed// | ||
+ | * Type:Boolean | ||
+ | * Description:This parameter indicates the CTRIL key is pressed or not. | ||
+ | |||
+ | * //isShiftKeyPressed// | ||
+ | * Type:Boolean | ||
+ | * Description:This parameter indicates the SHIFT key is pressed or not. | ||
+ | |||
+ | * //isAltKeyPressed// | ||
+ | * Type:Boolean | ||
+ | * Description:This parameter indicates the ALT key is pressed or not. | ||
+ | |||
+ | <div newline></div> | ||
+ | ==== Protected Constructors ==== | ||
==== Public Methods ==== | ==== Public Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | | {{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 ==== | + | N/A |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | N/A |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
- | ==== Public Properties ==== | + | == Return Value == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:String |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#CurrentExtent|CurrentExtent]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | Gets or sets the current extent used in the MapControl. | | + | * Description:N/A |
- | | {{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 ==== | + | == Parameters == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | <div newline></div> |
+ | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | ==== Public Events ==== | + | N/A |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | == Remarks == |
+ | N/A | ||
- | ===== Public Constructors ===== | + | == Return Value == |
- | ==== KeyEventInteractionArguments() ==== | + | * Type:Boolean |
- | Constructor of KeyEventInteractionArguments class. | + | * Description:N/A |
- | === Remarks === | + | |
- | If you use this constructor, you have to set its properties manually before use. | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | [[#Public Constructors|Go Back]] | + | == Parameters == |
- | ==== KeyEventInteractionArguments(String, Boolean, Boolean, Boolean) ==== | + | * //obj// |
- | This is the constructor of this parameter by passing parameters. | + | * 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.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]] | + | <div newline></div> |
- | ===== Protected Constructors ===== | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
- | ===== 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 === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
- | | obj | Object<!-- System.Object --> | | | + | N/A |
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Int32 |
- | ==== 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.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 === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | <!-- System.Object --> | + | N/A |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== GetType() ==== | + | 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.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 === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Type |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== ToString() ==== | + | ==== Protected Methods ==== |
- | === Remarks === | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
- | 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 === | + | N/A |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | N/A | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ===== Protected Methods ===== | + | * Description:N/A |
- | ==== 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 === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
+ | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | <!-- System.Object --> | + | N/A |
- | [[#Protected Methods|Go Back]] | + | == Remarks == |
- | ==== MemberwiseClone() ==== | + | 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.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 === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Object |
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Protected Methods|Go Back]] | + | <div newline></div> |
- | ===== Public Properties ===== | + | ==== Public Properties ==== |
- | ==== CurrentExtent ==== | + | ** {{wiki:PublicProperty.gif|}} Key ** |
- | 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 --> | + | This property gets string indicates the key used in the key events. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== CurrentScale ==== | + | N/A |
- | Gets or sets the scale in the current status. | + | == Return Value == |
- | === Remarks === | + | * Type:String |
- | 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 --> | + | ** {{wiki:PublicProperty.gif|}} IsCtrlKeyPressed ** |
- | [[#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. | Gets a value indicating whether the CTRL key was pressed. true if the CTRL key was pressed; otherwise, false. | ||
- | === Remarks === | + | == 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> | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:Boolean |
- | | Boolean<!-- System.Boolean --> | | + | |
+ | ** {{wiki:PublicProperty.gif|}} IsShiftKeyPressed ** | ||
- | <!-- 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. | Gets a value indicating whether the SHIFT key was pressed. true if the SHIFT key was pressed; otherwise, false. | ||
- | === Remarks === | + | == 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> | + | N/A |
- | === Return Value === | + | == Return Value == |
- | ^ Return Type ^ | + | * Type:Boolean |
- | | Boolean<!-- System.Boolean --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments --> | + | ** {{wiki:PublicProperty.gif|}} IsAltKeyPressed ** |
- | [[#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" class="firstHeading" lang="en"><span dir="auto" target="_blank">http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments#firstHeading" class="firstHeading" lang="en"><span dir="auto</a> | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | String<!-- System.String --> | | + | |
- | <!-- ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments --> | + | Gets a value indicating whether the ALT key was pressed. true if the ALT key was pressed; otherwise, false. |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ===== Protected Properties ===== | + | N/A |
- | ===== Public Events ===== | + | == Return Value == |
- | __NOTOC__ | + | * Type:Boolean |
- | [[Category:WpfDesktopEdition]] | + | |
- | [[Category:ThinkGeo.MapSuite.WpfDesktopEdition]] | + | ** {{wiki:PublicProperty.gif|}} CurrentExtent ** |
- | [[Category:UpdateDocumentation]] | + | |
+ | Gets or sets the current extent used in the MapControl. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} CurrentScale ** | ||
+ | |||
+ | Gets or sets the scale in the current status. | ||
+ | == Remarks == | ||
+ | N/A | ||
+ | == Return Value == | ||
+ | * Type:Double | ||
+ | |||
+ | ==== Protected Properties ==== | ||
+ | ==== Public Events ==== | ||