Class TouchedEventArgs
Inheritance
System.Object
TouchedEventArgs
Assembly: Mapsui.UI.Wpf.dll
Syntax
public class TouchedEventArgs : EventArgs
Constructors
|
Improve this Doc
View Source
TouchedEventArgs(List<Geometries.Point>)
Declaration
public TouchedEventArgs(List<Geometries.Point> screenPoints)
Parameters
Type |
Name |
Description |
List<Geometries.Point> |
screenPoints |
|
Properties
|
Improve this Doc
View Source
Handled
Declaration
public bool Handled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ScreenPoints
Declaration
public List<Geometries.Point> ScreenPoints { get; }
Property Value
Type |
Description |
List<Geometries.Point> |
|