TouchMapViewEventArgs¶
Namespace: ThinkGeo.Core
public class TouchMapViewEventArgs : System.EventArgs
Inheritance Object → EventArgs → TouchMapViewEventArgs
Properties¶
PointInScreenCoordinate¶
Gets or sets the point in screen coordinate.
public ScreenPointD PointInScreenCoordinate { get; set; }
Property Value¶
ScreenPointD
The point in screen coordinate.
PointInWorldCoordinate¶
Gets or sets the point in world coordinate.
public PointShape PointInWorldCoordinate { get; set; }
Property Value¶
PointShape
The point in world coordinate.
Constructors¶
TouchMapViewEventArgs()¶
Initializes a new instance of the TouchMapViewEventArgs class.
public TouchMapViewEventArgs()
TouchMapViewEventArgs(ScreenPointD, PointShape)¶
public TouchMapViewEventArgs(ScreenPointD pointInScreenCoordinate, PointShape pointInWorldCoordinate)
Parameters¶
pointInScreenCoordinate
ScreenPointD
pointInWorldCoordinate
PointShape