Class RasterFeature
Feature representing a bitmap on the map.
Inherited Members
Namespace: Mapsui.Layers
Assembly: Mapsui.dll
Syntax
public class RasterFeature : BaseFeature, IFeature, ICloneable
Constructors
| Edit this page View SourceRasterFeature(RasterFeature)
Declaration
public RasterFeature(RasterFeature rasterFeature)
Parameters
| Type | Name | Description |
|---|---|---|
| RasterFeature | rasterFeature |
RasterFeature(MRaster?)
Declaration
public RasterFeature(MRaster? raster)
Parameters
| Type | Name | Description |
|---|---|---|
| MRaster | raster |
Properties
| Edit this page View SourceExtent
Extent of feature
Declaration
public override MRect? Extent { get; }
Property Value
| Type | Description |
|---|---|
| MRect |
Overrides
| Edit this page View SourceRaster
Raster containing rect and bitmap of raster
Declaration
public MRaster? Raster { get; }
Property Value
| Type | Description |
|---|---|
| MRaster |
Methods
| Edit this page View SourceClone()
Creates a new object that is a copy of the current instance.
Declaration
public override object Clone()
Returns
| Type | Description |
|---|---|
| object | A new object that is a copy of this instance. |
Overrides
| Edit this page View SourceCoordinateVisitor(Action<double, double, CoordinateSetter>)
Implementation of visitor pattern for coordinates
Declaration
public override void CoordinateVisitor(Action<double, double, CoordinateSetter> visit)
Parameters
| Type | Name | Description |
|---|---|---|
| Action<double, double, CoordinateSetter> | visit |