User Tools

Site Tools


thinkgeo.mapsuite.silverlightedition.mapclickeventargs

This is an old revision of the document!


ThinkGeo.MapSuite.SilverlightEdition.MapClickEventArgs

<!– Class –> This class provides the data for click event of the map control.

Remarks

This class passes the location in world coordinate where a user clicked on the map. You can then use event handlers to programmatically response to the event based on the value of the location.

Inheritance Hierarchy

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodMapClickEventArgs Initialize an instance of MapClickedEventArgs class.
Public MethodMapClickEventArgs Point, Point Initialize an instance of MapClickedEventArgs class with the clicked position specified.

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 PropertyScreenPoint Point Gets or sets a screen point that represents the place where the user clicked on the map.
Public PropertyScreenPointShape PointShape Gets or sets a screen point shape that represents the place where the user clicked on the map.
Public PropertyWorldPoint Point Gets or sets a world point that represents the place where the user clicked on the map.
Public PropertyWorldPointShape PointShape Gets or sets a world point shape that represents the place where the user clicked on the map.

Protected Properties

Name Return DeclaringType Summary

Public Events

Name Event Arguments DeclaringType Summary

Public Constructors

MapClickEventArgs()

Initialize an instance of MapClickedEventArgs class.

Overloads

Initialize an instance of MapClickedEventArgs class.

Parameters

Name Type Description

Go Back

MapClickEventArgs(Point, Point)

Initialize an instance of MapClickedEventArgs class with the clicked position specified.

Overloads

Initialize an instance of MapClickedEventArgs class.

Parameters

Name Type Description
screenPoint Point<!– System.Windows.Point –> A point shape in screen coordinates that indicates the place you clicked on the map.
worldPoint Point<!– System.Windows.Point –> A point shape in world coordinates that indicates the place you clicked on the map.

Go Back

Protected Constructors

Public Methods

Equals(Object)

Return Value

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

Parameters

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

<!– System.Object –> Go Back

GetHashCode()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

GetType()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

ToString()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

Protected Methods

Finalize()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

MemberwiseClone()

Return Value

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

Parameters

Name Type Description

<!– System.Object –> Go Back

Public Properties

ScreenPoint

Gets or sets a screen point that represents the place where the user clicked on the map.

Return Value

Return Type
Point<!– System.Windows.Point –>

<!– ThinkGeo.MapSuite.SilverlightEdition.MapClickEventArgs –> Go Back

ScreenPointShape

Gets or sets a screen point shape that represents the place where the user clicked on the map.

Return Value

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

<!– ThinkGeo.MapSuite.SilverlightEdition.MapClickEventArgs –> Go Back

WorldPoint

Gets or sets a world point that represents the place where the user clicked on the map.

Return Value

Return Type
Point<!– System.Windows.Point –>

<!– ThinkGeo.MapSuite.SilverlightEdition.MapClickEventArgs –> Go Back

WorldPointShape

Gets or sets a world point shape that represents the place where the user clicked on the map.

Return Value

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

<!– ThinkGeo.MapSuite.SilverlightEdition.MapClickEventArgs –> Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.silverlightedition.mapclickeventargs.1440040134.txt.gz · Last modified: 2015/09/21 03:28 (external edit)