Skip to content

TouchMoveMapViewEventArgs

Namespace: ThinkGeo.UI.Maui

The Arg Event for MapView.TouchMove event

public class TouchMoveMapViewEventArgs : MapViewEventArgs

Inheritance ObjectMapViewEventArgsTouchMoveMapViewEventArgs

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

TrackZoomIn

Whether it's TrackZoomIn Mode (on Windows)

public bool TrackZoomIn { get; set; }

Property Value

Boolean

Constructors

TouchMoveMapViewEventArgs()

public TouchMoveMapViewEventArgs()