Search Results for

    Show / Hide Table of Contents

    Class Extent

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

    Properties

    | Edit this page View Source

    spatialReference

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

    xmax

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

    xmin

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

    ymax

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

    ymin

    Declaration
    public double ymin { get; set; }
    Property Value
    Type Description
    double

    Extension Methods

    ExtentExtensions.ToMRect(Extent?)
    DisposableExtension.DisposeIfDisposable(object?)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX