ScrollEventArgs¶
Namespace: ThinkGeo.UI.Maui
public class ScrollEventArgs : MapViewEventArgs
Inheritance Object → MapViewEventArgs → ScrollEventArgs
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¶
ScrollDelta¶
public double ScrollDelta { get; private set; }
Property Value¶
Constructors¶
ScrollEventArgs(Int64, Point, Double)¶
public ScrollEventArgs(long id, Point origin, double direction)
Parameters¶
id
Int64
origin
Point
direction
Double