Show / Hide Table of Contents

    Class TileInfo.Origin

    Inheritance
    System.Object
    TileInfo.Origin
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Mapsui.Providers.ArcGIS
    Assembly: Mapsui.dll
    Syntax
    public class Origin

    Properties

    | Improve this Doc View Source

    x

    Declaration
    public double x { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    y

    Declaration
    public double y { get; set; }
    Property Value
    Type Description
    System.Double
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX