Class ZoomedEventArgs
Inheritance
ZoomedEventArgs
Assembly: Mapsui.UI.Android.dll
Syntax
public class ZoomedEventArgs : EventArgs
Constructors
|
Edit this page
View Source
ZoomedEventArgs(MPoint, ZoomDirection)
Declaration
public ZoomedEventArgs(MPoint screenPosition, ZoomDirection direction)
Parameters
Properties
|
Edit this page
View Source
Direction
Declaration
public ZoomDirection Direction { get; }
Property Value
|
Edit this page
View Source
Handled
Declaration
public bool Handled { get; set; }
Property Value
|
Edit this page
View Source
ScreenPosition
Declaration
public MPoint ScreenPosition { get; }
Property Value