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.
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
Properties
|
Edit this page
View Source
Extent
Declaration
public MRect Extent { get; }
Property Value
|
Edit this page
View Source
Resolution
Declaration
public double Resolution { get; }
Property Value
|
Edit this page
View Source
ScreenHeight
Declaration
public double ScreenHeight { get; }
Property Value
|
Edit this page
View Source
ScreenWidth
Declaration
public double ScreenWidth { get; }
Property Value
Implements