ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Class –> Represents key event arguments when interacting with the map object.
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>
*System.Object **ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Constructor of KeyEventInteractionArguments class. | ||
![]() | String, Boolean, Boolean, Boolean | This is the constructor of this parameter by passing parameters. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | RectangleShape | Gets or sets the current extent used in the MapControl. | |
![]() | Double | Gets or sets the scale in the current status. | |
![]() | Boolean | Gets a value indicating whether the ALT key was pressed. true if the ALT key was pressed; otherwise, false. | |
![]() | Boolean | Gets a value indicating whether the CTRL key was pressed. true if the CTRL key was pressed; otherwise, false. | |
![]() | Boolean | Gets a value indicating whether the SHIFT key was pressed. true if the SHIFT key was pressed; otherwise, false. | |
![]() | String | This property gets string indicates the key used in the key events. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
Constructor of KeyEventInteractionArguments class.
If you use this constructor, you have to set its properties manually before use.
Name | Type | Description |
---|
This is the constructor of this parameter by passing parameters.
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>
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. |
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 Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object –> Go Back
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 Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
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 Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
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 Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
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 Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
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 Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Gets or sets the current extent used in the MapControl.
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 Type |
---|
RectangleShape<!– ThinkGeo.MapSuite.Core.RectangleShape –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments –> Go Back
Gets or sets the scale in the current status.
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 Type |
---|
Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments –> Go Back
Gets a value indicating whether the ALT key was pressed. true if the ALT key was pressed; otherwise, false.
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 Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments –> Go Back
Gets a value indicating whether the CTRL key was pressed. true if the CTRL key was pressed; otherwise, false.
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 Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments –> Go Back
Gets a value indicating whether the SHIFT key was pressed. true if the SHIFT key was pressed; otherwise, false.
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 Type |
---|
Boolean<!– System.Boolean –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments –> Go Back
This property gets string indicates the key used in the key events.
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 Type |
---|
String<!– System.String –> |
<!– ThinkGeo.MapSuite.WpfDesktopEdition.KeyEventInteractionArguments –> Go Back