Class FetchInfo
Assembly: Mapsui.dll
Syntax
Constructors
|
Edit this page
View Source
FetchInfo(FetchInfo)
Declaration
public FetchInfo(FetchInfo fetchInfo)
Parameters
|
Edit this page
View Source
FetchInfo(MSection, string?, ChangeType)
Declaration
public FetchInfo(MSection section, string? crs = null, ChangeType changeType = ChangeType.Discrete)
Parameters
Properties
|
Edit this page
View Source
CRS
Declaration
public string? CRS { get; }
Property Value
|
Edit this page
View Source
ChangeType
Declaration
public ChangeType ChangeType { get; }
Property Value
|
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
Section
Declaration
public MSection Section { get; }
Property Value
Methods
|
Edit this page
View Source
Grow(double)
Declaration
public FetchInfo Grow(double amountInScreenUnits)
Parameters
Type |
Name |
Description |
double |
amountInScreenUnits |
|
Returns