thinkgeo.mapsuite.desktopedition.mapclickwinformsmapeventargs

This is an old revision of the document!


ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs

<!– Class –> Provides data for the WinformsMap or WpfMap's MapClick event.

Remarks

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).

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodMapClickWinformsMapEventArgs Single, Single, Double, Double, MapMouseButton Initializes a new instance of the WinformsMapClickEventArgs class.

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodEquals Object Object
Public MethodGetHashCode Object
Public MethodGetType Object
Public MethodToString Object

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodFinalize Object
Protected MethodMemberwiseClone Object

Public Properties

Name Return DeclaringType Summary
Public PropertyMouseButton MapMouseButton Gets the mouse button used when the mouse click event is fired.
Public PropertyScreenX Single Gets the screen X coordinate of the position clicked.
Public PropertyScreenY Single Gets the screen Y coordinate of the position clicked.
Public PropertyWorldLocation PointShape Gets the location in world coordinates of the mouse cursor during the generating mouse event.
Public PropertyWorldX Double Gets the X world coordinate of the mouse cursor during the generating mouse event.
Public PropertyWorldY Double Gets the Y world coordinate of the mouse cursor during the generating mouse event.

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

MapClickWinformsMapEventArgs(Single, Single, Double, Double, MapMouseButton)

Initializes a new instance of the WinformsMapClickEventArgs class.

Remarks

Parameters

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.

Go Back

Protected Constructors

Public Methods

Equals(Object)

Remarks

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

GetHashCode()

Remarks

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetType()

Remarks

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

ToString()

Remarks

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

Finalize()

Remarks

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– System.Object –> Go Back

MemberwiseClone()

Remarks

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> Go Back

Public Properties

MouseButton

Gets the mouse button used when the mouse click event is fired.

Remarks

Return Value

Return Type
MapMouseButton<!– ThinkGeo.MapSuite.DesktopEdition.MapMouseButton –>

<!– ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs –> Go Back

ScreenX

Gets the screen X coordinate of the position clicked.

Remarks

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs –> Go Back

ScreenY

Gets the screen Y coordinate of the position clicked.

Remarks

Return Value

Return Type
Single<!– System.Single –>

<!– ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs –> Go Back

WorldLocation

Gets the location in world coordinates of the mouse cursor during the generating mouse event.

Remarks

Return Value

Return Type
PointShape<!– ThinkGeo.MapSuite.Core.PointShape –>

<!– ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs –> Go Back

WorldX

Gets the X world coordinate of the mouse cursor during the generating mouse event.

Remarks

Return Value

Return Type
Double<!– System.Double –>

<!– ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs –> Go Back

WorldY

Gets the Y world coordinate of the mouse cursor during the generating mouse event.

Remarks

Return Value

Return Type
Double<!– System.Double –>

<!– ThinkGeo.MapSuite.DesktopEdition.MapClickWinformsMapEventArgs –> Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.desktopedition.mapclickwinformsmapeventargs.1440040130.txt.gz · Last modified: 2015/09/18 03:02 (external edit)