Search Results for

    Show / Hide Table of Contents

    Class FetchInfo

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

    Constructors

    | Edit this page View Source

    FetchInfo(FetchInfo)

    Declaration
    public FetchInfo(FetchInfo fetchInfo)
    Parameters
    Type Name Description
    FetchInfo fetchInfo
    | Edit this page View Source

    FetchInfo(MSection, string?, ChangeType)

    Declaration
    public FetchInfo(MSection section, string? crs = null, ChangeType changeType = ChangeType.Discrete)
    Parameters
    Type Name Description
    MSection section
    string crs
    ChangeType changeType

    Properties

    | Edit this page View Source

    CRS

    Declaration
    public string? CRS { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ChangeType

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

    Extent

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

    Resolution

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

    Section

    Declaration
    public MSection Section { get; }
    Property Value
    Type Description
    MSection

    Methods

    | Edit this page View Source

    Grow(double)

    Declaration
    public FetchInfo Grow(double amountInScreenUnits)
    Parameters
    Type Name Description
    double amountInScreenUnits
    Returns
    Type Description
    FetchInfo
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX