Show / Hide Table of Contents

    Class ZoomedEventArgs

    Inheritance
    System.Object
    ZoomedEventArgs
    Namespace: Mapsui.UI
    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
    Type Description
    ZoomDirection
    | 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
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX