Class TouchMapViewEventArgs
public class TouchMapViewEventArgs : EventArgs
- Inheritance
-
TouchMapViewEventArgs
- Inherited Members
Constructors
TouchMapViewEventArgs()
Initializes a new instance of the TouchMapViewEventArgs class.
public TouchMapViewEventArgs()
TouchMapViewEventArgs(ScreenPointD, PointShape)
public TouchMapViewEventArgs(ScreenPointD pointInScreenCoordinate, PointShape pointInWorldCoordinate)
Parameters
pointInScreenCoordinate
ScreenPointDpointInWorldCoordinate
PointShape
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.