Class TouchedEventArgs
Inherited Members
Namespace: Mapsui.UI
Assembly: Mapsui.UI.Android.dll
Syntax
public class TouchedEventArgs : EventArgs
Constructors
| Edit this page View SourceTouchedEventArgs(List<MPoint>)
Declaration
public TouchedEventArgs(List<MPoint> screenPoints)
Parameters
Type | Name | Description |
---|---|---|
List<MPoint> | screenPoints |
Properties
| Edit this page View SourceHandled
Declaration
public bool Handled { get; set; }
Property Value
Type | Description |
---|---|
bool |
ScreenPoints
Declaration
public List<MPoint> ScreenPoints { get; }
Property Value
Type | Description |
---|---|
List<MPoint> |