Skip to content

Pointer1DownMapViewEventArgs

Namespace: ThinkGeo.UI.Maui

The Arg Event for MapView.Pointer1Down event

public class Pointer1DownMapViewEventArgs : MapViewEventArgs

Inheritance ObjectMapViewEventArgsPointer1DownMapViewEventArgs

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;

Constructors

Pointer1DownMapViewEventArgs()

public Pointer1DownMapViewEventArgs()