Skip to content

TouchRotateMapViewEventArgs

Namespace: ThinkGeo.UI.Maui

Provides data for rotation gestures handled by MapView.

public class TouchRotateMapViewEventArgs : MapViewEventArgs

Inheritance objectMapViewEventArgsTouchRotateMapViewEventArgs

Fields

ScreenPointers

The screenPoint selection. It contains the point (X, Y) for sure, and could contain other screen points

public List<ScreenPointD> ScreenPointers;

X

The X on the screen

public double X;

Y

The Y on the screen

public double Y;

Properties

RotationAngle

Gets or sets the rotation angle applied by the gesture, in degrees.

public double RotationAngle { get; set; }

Property Value

double

Constructors

TouchRotateMapViewEventArgs()

public TouchRotateMapViewEventArgs()