Search Results for

    Show / Hide Table of Contents

    Class MSection

    MSection represents a part of the map defined by the extent and the resolution to indicate the level of detail. It's main purpose is to define which data should be fetched.

    Inheritance
    object
    MSection
    Implements
    IEquatable<MSection>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui
    Assembly: Mapsui.dll
    Syntax
    public record MSection : IEquatable<MSection>

    Constructors

    | Edit this page View Source

    MSection(MRect, double)

    Declaration
    public MSection(MRect extent, double resolution)
    Parameters
    Type Name Description
    MRect extent
    double resolution

    Properties

    | 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

    ScreenHeight

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

    ScreenWidth

    Declaration
    public double ScreenWidth { get; }
    Property Value
    Type Description
    double

    Implements

    IEquatable<T>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX