Search Results for

    Show / Hide Table of Contents

    Class EditMouseArgs

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

    Constructors

    | Edit this page View Source

    EditMouseArgs(MPoint, bool, int)

    Declaration
    public EditMouseArgs(MPoint screenPosition, bool leftButton, int clickCount)
    Parameters
    Type Name Description
    MPoint screenPosition
    bool leftButton
    int clickCount

    Properties

    | Edit this page View Source

    ClickCount

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

    Handled

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

    LeftButton

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

    ScreenPosition

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