Search Results for

    Show / Hide Table of Contents

    Class DrawableClickedEventArgs

    Inheritance
    object
    EventArgs
    DrawableClickedEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.UI.Forms
    Assembly: Mapsui.UI.Forms.dll
    Syntax
    public sealed class DrawableClickedEventArgs : EventArgs

    Properties

    | Edit this page View Source

    Handled

    Flag, if this event was handled

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type Description
    bool

    true if handled; otherwise, false.

    | Edit this page View Source

    NumOfTaps

    Number of taps

    Declaration
    public int NumOfTaps { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Point

    Point of click in EPSG:4326 coordinates

    Declaration
    public Position Point { get; }
    Property Value
    Type Description
    Position
    | Edit this page View Source

    ScreenPoint

    Point of click in screen coordinates

    Declaration
    public Point ScreenPoint { get; }
    Property Value
    Type Description
    Point
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX