Raster.MaxValue Property
Gets the maximum value a cell in the Raster can contain.
Syntax
public System.Int32 MaxValue { get; }
Property Value
The maximum 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 255.
Platforms
Windows, Linux, Android