Raster.SetFloatValue Method
Sets the cell at the specified coordinates to the given float value.
SetFloatValue(System.Int32 x, System.Int32 y, System.Single value)
Sets the cell at the specified coordinates to the given float value.Syntax
public void SetFloatValue (
System.Int32 x,
System.Int32 y,
System.Single value
)
Parameters
The x-coordinate of a cell, between 0 and (raster width - 1).
The y-coordinate of a cell, between 0 and (raster height - 1).
The value to set the cell at (x, y) to.
Remarks
This method does not check that the specified coordinates are valid.
Platforms
Windows, Linux, Android