RasterizeOperator.UndefinedValue Property
Gets or sets the value that all cells are initialized to before rasterization.
Syntax
public System.Int32 UndefinedValue { get; set; }
Property Value
Default: 0
The value that all cells are initialized to before rasterization.
Remarks
This value will also be the undefined value of the generated raster, and cells with this value will be transparent when the raster is drawn on screen. If you want the background pixels to be drawn, use a RasterReclassificationOperator to remove the undefined value from the rasters.
Platforms
Windows, Linux, Android