Raster.SetCellValue Method
Sets the cell at the specified coordinates to the given integer value.
SetCellValue(System.Int32 x, System.Int32 y, System.Int32 value)
Sets the cell at the specified coordinates to the given integer value.Syntax
public void SetCellValue (
System.Int32 x,
System.Int32 y,
System.Int32 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