Raster.MinValue Property
Gets the minimum value a cell in the Raster can contain.
Syntax
public System.Int32 MinValue { get; }
Property Value
The minimum value a cell in the Raster can contain.
Remarks
The value of this property is determined by the Format of the Raster. For RGB and RGBA rasters, the CellValueToColor method can be used to convert the value to a color with all channels set to 0.
Platforms
Windows, Linux, Android