Skip to content

ScrollEventArgs

Namespace: ThinkGeo.UI.Maui

public class ScrollEventArgs : MapViewEventArgs

Inheritance ObjectMapViewEventArgsScrollEventArgs

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

PointerId

public long PointerId { get; private set; }

Property Value

Int64

ScrollDelta

public double ScrollDelta { get; private set; }

Property Value

Double

Constructors

ScrollEventArgs(Int64, Point, Double)

public ScrollEventArgs(long id, Point origin, double direction)

Parameters

id Int64

origin Point

direction Double