Search Results for

    Show / Hide Table of Contents

    Class TouchedEventArgs

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

    Constructors

    | Edit this page View Source

    TouchedEventArgs(List<MPoint>)

    Declaration
    public TouchedEventArgs(List<MPoint> screenPoints)
    Parameters
    Type Name Description
    List<MPoint> screenPoints

    Properties

    | Edit this page View Source

    Handled

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    ScreenPoints

    Declaration
    public List<MPoint> ScreenPoints { get; }
    Property Value
    Type Description
    List<MPoint>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX