Table of Contents

Class TouchMapViewEventArgs

Namespace
ThinkGeo.Core
Assembly
ThinkGeo.Core.dll
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 ScreenPointD
pointInWorldCoordinate 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.