Search Results for

    Show / Hide Table of Contents

    Class EditManipulation

    Inheritance
    object
    EditManipulation
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Nts.Editing
    Assembly: Mapsui.Nts.dll
    Syntax
    public static class EditManipulation

    Methods

    | Edit this page View Source

    OnPointerMoved(WidgetEventArgs, EditManager)

    Declaration
    public static bool OnPointerMoved(WidgetEventArgs e, EditManager editManager)
    Parameters
    Type Name Description
    WidgetEventArgs e
    EditManager editManager
    Returns
    Type Description
    bool
    | Edit this page View Source

    OnPointerPressed(WidgetEventArgs, EditManager)

    Declaration
    public static bool OnPointerPressed(WidgetEventArgs e, EditManager editManager)
    Parameters
    Type Name Description
    WidgetEventArgs e
    EditManager editManager
    Returns
    Type Description
    bool
    | Edit this page View Source

    OnPointerReleased(EditManager)

    Declaration
    public static bool OnPointerReleased(EditManager editManager)
    Parameters
    Type Name Description
    EditManager editManager
    Returns
    Type Description
    bool
    | Edit this page View Source

    OnTapped(WidgetEventArgs, EditManager)

    Declaration
    public static bool OnTapped(WidgetEventArgs e, EditManager editManager)
    Parameters
    Type Name Description
    WidgetEventArgs e
    EditManager editManager
    Returns
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX