Search Results for

    Show / Hide Table of Contents

    Class EditManager

    Inheritance
    object
    EditManager
    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 class EditManager

    Properties

    | Edit this page View Source

    EditMode

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

    Layer

    Declaration
    public WritableLayer? Layer { get; set; }
    Property Value
    Type Description
    WritableLayer
    | Edit this page View Source

    SelectMode

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

    VertexRadius

    Declaration
    public int VertexRadius { get; set; }
    Property Value
    Type Description
    int

    Methods

    | Edit this page View Source

    AddVertex(Coordinate)

    Declaration
    public bool AddVertex(Coordinate worldPosition)
    Parameters
    Type Name Description
    Coordinate worldPosition
    Returns
    Type Description
    bool
    | Edit this page View Source

    AngleBetween(Point, Point)

    Declaration
    public static double AngleBetween(Point vector1, Point vector2)
    Parameters
    Type Name Description
    Point vector1
    Point vector2
    Returns
    Type Description
    double
    | Edit this page View Source

    Dragging(Point?)

    Declaration
    public bool Dragging(Point? worldPosition)
    Parameters
    Type Name Description
    Point worldPosition
    Returns
    Type Description
    bool
    | Edit this page View Source

    EndEdit()

    Declaration
    public bool EndEdit()
    Returns
    Type Description
    bool
    | Edit this page View Source

    HoveringVertex(MapInfo?)

    Declaration
    public void HoveringVertex(MapInfo? mapInfo)
    Parameters
    Type Name Description
    MapInfo mapInfo
    | Edit this page View Source

    Rotating(Point?)

    Declaration
    public bool Rotating(Point? worldPosition)
    Parameters
    Type Name Description
    Point worldPosition
    Returns
    Type Description
    bool
    | Edit this page View Source

    Scaling(Point?)

    Declaration
    public bool Scaling(Point? worldPosition)
    Parameters
    Type Name Description
    Point worldPosition
    Returns
    Type Description
    bool
    | Edit this page View Source

    StartDragging(MapInfo, double)

    Declaration
    public bool StartDragging(MapInfo mapInfo, double screenDistance)
    Parameters
    Type Name Description
    MapInfo mapInfo
    double screenDistance
    Returns
    Type Description
    bool
    | Edit this page View Source

    StartRotating(MapInfo)

    Declaration
    public bool StartRotating(MapInfo mapInfo)
    Parameters
    Type Name Description
    MapInfo mapInfo
    Returns
    Type Description
    bool
    | Edit this page View Source

    StartScaling(MapInfo)

    Declaration
    public bool StartScaling(MapInfo mapInfo)
    Parameters
    Type Name Description
    MapInfo mapInfo
    Returns
    Type Description
    bool
    | Edit this page View Source

    StopDragging()

    Declaration
    public void StopDragging()
    | Edit this page View Source

    StopRotating()

    Declaration
    public void StopRotating()
    | Edit this page View Source

    StopScaling()

    Declaration
    public void StopScaling()
    | Edit this page View Source

    TryDeleteCoordinate(MapInfo?, double)

    Declaration
    public bool TryDeleteCoordinate(MapInfo? mapInfo, double screenDistance)
    Parameters
    Type Name Description
    MapInfo mapInfo
    double screenDistance
    Returns
    Type Description
    bool
    | Edit this page View Source

    TryInsertCoordinate(MapInfo?)

    Declaration
    public bool TryInsertCoordinate(MapInfo? mapInfo)
    Parameters
    Type Name Description
    MapInfo mapInfo
    Returns
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX