Class ZoomedEventArgs
Inheritance
System.Object
ZoomedEventArgs
Assembly: Mapsui.UI.Wpf.dll
Syntax
public class ZoomedEventArgs : EventArgs
Constructors
|
Improve this Doc
View Source
ZoomedEventArgs(Geometries.Point, ZoomDirection)
Declaration
public ZoomedEventArgs(Geometries.Point screenPosition, ZoomDirection direction)
Parameters
Type |
Name |
Description |
Geometries.Point |
screenPosition |
|
ZoomDirection |
direction |
|
Properties
|
Improve this Doc
View Source
Direction
Declaration
public ZoomDirection Direction { get; }
Property Value
|
Improve this Doc
View Source
Handled
Declaration
public bool Handled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ScreenPosition
Declaration
public Geometries.Point ScreenPosition { get; }
Property Value
Type |
Description |
Geometries.Point |
|