Class MapRasterOptions

MapRasterOptions class

Raster layer options for creating maps using LayersMapBuilder

public class MapRasterOptions

Constructors

NameDescription
MapRasterOptions()The default constructor.

Properties

NameDescription
PixelPerColumn { get; set; }Width of the raster in pixels.
PixelPerRow { get; set; }Height of the raster in pixels.
Raster { get; set; }Raster layer.

See Also