Raster.Clear Methods
Resets all cells in the raster.
Overload List
Name | Description | |
---|---|---|
Public method | Clear() | Sets all cells to zero in the raster. |
Public method | Clear(System.Int32 cellValue) | Sets all cells in the raster to the specified value. |
Clear()
Sets all cells to zero in the raster.Syntax
public void Clear ()
Clear(System.Int32 cellValue)
Sets all cells in the raster to the specified value.Syntax
public void Clear (
System.Int32 cellValue
)
Parameters
The value to set all cells to.
Platforms
Windows, Linux, Android