Skip to content

TouchRotateMapViewEventArgs

Namespace: ThinkGeo.UI.Maui

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

public double RotationAngle { get; set; }

Property Value

Double

Constructors

TouchRotateMapViewEventArgs()

public TouchRotateMapViewEventArgs()