Class RasterFeature
Inheritance
RasterFeature
Assembly: Mapsui.dll
Syntax
public class RasterFeature : BaseFeature, IFeature, IDisposable
Constructors
|
Edit this page
View Source
RasterFeature(RasterFeature)
Declaration
public RasterFeature(RasterFeature rasterFeature)
Parameters
|
Edit this page
View Source
RasterFeature(MRaster?)
Declaration
public RasterFeature(MRaster? raster)
Parameters
Type |
Name |
Description |
MRaster |
raster |
|
Properties
|
Edit this page
View Source
Extent
Declaration
public MRect? Extent { get; }
Property Value
|
Edit this page
View Source
Raster
Declaration
public MRaster? Raster { get; }
Property Value
Methods
|
Edit this page
View Source
CoordinateVisitor(Action<double, double, CoordinateSetter>)
Declaration
public void CoordinateVisitor(Action<double, double, CoordinateSetter> visit)
Parameters
Implements
Extension Methods