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 –> Provides data for the WinformsMap or WpfMap's MapClick event.
The MapClick event occurs when you click the mouse button on the map, without dragging (i.e., without moving the mouse between pressing the button down and releasing it).
*System.Object System.EventArgs *ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Single, Single, Double, Double, MapMouseButton | Initializes a new instance of the WinformsMapClickEventArgs class. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | MapMouseButton | Gets the mouse button used when the mouse click event is fired. | |
![]() | Single | Gets the screen X coordinate of the position clicked. | |
![]() | Single | Gets the screen Y coordinate of the position clicked. | |
![]() | PointShape | Gets the location in world coordinates of the mouse cursor during the generating mouse event. | |
![]() | Double | Gets the X world coordinate of the mouse cursor during the generating mouse event. | |
![]() | Double | Gets the Y world coordinate of the mouse cursor during the generating mouse event. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
Initializes a new instance of the WinformsMapClickEventArgs class.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs#MapClickWinformsMapEventArgs.28Single.2C_Single.2C_Double.2C_Double.2C_MapMouseButton.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs#MapClickWinformsMapEventArgs.28Single.2C_Single.2C_Double.2C_Double.2C_MapMouseButton.29</a>
Name | Type | Description |
---|---|---|
screenX | Single<!– System.Single –> | The X screen coordinate of the mouse cursor during the generating mouse event. |
screenY | Single<!– System.Single –> | The Y screen coordinate of the mouse cursor during the generating mouse event. |
worldX | Double<!– System.Double –> | The X world coordinate of the mouse cursor during the generating mouse event. |
worldY | Double<!– System.Double –> | The Y world coordinate of the mouse cursor during the generating mouse event. |
mouseButton | MapMouseButton<!– ThinkGeo.MapSuite.DesktopEdition.MapMouseButton –> | The button of the mouse used during the generating mouse event. |
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs#Equals.28Object.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs#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.DesktopEdition.MapClickWinformsMapEventArgs#GetHashCode.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs#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.DesktopEdition.MapClickWinformsMapEventArgs#GetType.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs#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.DesktopEdition.MapClickWinformsMapEventArgs#ToString.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs#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.DesktopEdition.MapClickWinformsMapEventArgs#Finalize.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs#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.DesktopEdition.MapClickWinformsMapEventArgs#MemberwiseClone.28.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs#MemberwiseClone.28.29</a>
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Gets the mouse button used when the mouse click event is fired.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs#MapClickWinformsMapEventArgs.28Single.2C_Single.2C_Double.2C_Double.2C_MapMouseButton.29” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs#MapClickWinformsMapEventArgs.28Single.2C_Single.2C_Double.2C_Double.2C_MapMouseButton.29</a>
Return Type |
---|
MapMouseButton<!– ThinkGeo.MapSuite.DesktopEdition.MapMouseButton –> |
<!– ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs –> Go Back
Gets the screen X coordinate of the position clicked.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs#ScreenX” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs#ScreenX</a>
Return Type |
---|
Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs –> Go Back
Gets the screen Y coordinate of the position clicked.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs#ScreenY” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs#ScreenY</a>
Return Type |
---|
Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs –> Go Back
Gets the location in world coordinates of the mouse cursor during the generating mouse event.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs#WorldLocation” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs#WorldLocation</a>
Return Type |
---|
PointShape<!– ThinkGeo.MapSuite.Core.PointShape –> |
<!– ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs –> Go Back
Gets the X world coordinate of the mouse cursor during the generating mouse event.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs#WorldX” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs#WorldX</a>
Return Type |
---|
Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs –> Go Back
Gets the Y world coordinate of the mouse cursor during the generating mouse event.
For the most updated Info for this topic, please check it here:<a href=“http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs#WorldY” target=“_blank”>http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs#WorldY</a>
Return Type |
---|
Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs –> Go Back