Sets the value at position row, col
in a data buffer of width width.
Namespace: VVVV.Utils.SlimDXAssembly: VVVV.Utils3rdParty (in VVVV.Utils3rdParty.dll) Version: 1.0.4694.10872
Syntax
Parameters
- data
- Type: System..::..UInt32*
The pointer to the data buffer.
- value
- Type: System..::..UInt32
The value to set at position row, col.
- row
- Type: System..::..Int32
The row.
- col
- Type: System..::..Int32
The column.
- width
- Type: System..::..Int32
The width of the data buffer.