Search Results for

    Show / Hide Table of Contents

    Class RotateInfo

    Inheritance
    object
    RotateInfo
    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 RotateInfo

    Properties

    | Edit this page View Source

    Center

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

    Feature

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

    PreviousPosition

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