Retrievies the value at position row, col
from a data array of width width.
Namespace: VVVV.Utils.SlimDXAssembly: VVVV.Utils3rdParty (in VVVV.Utils3rdParty.dll) Version: 1.0.4694.10872
Syntax
Parameters
- data
- Type: array<System..::..UInt32>[]()[][]
The data array to retrieve the value from.
- row
- Type: System..::..Int32
The row.
- col
- Type: System..::..Int32
The column.
- width
- Type: System..::..Int32
The width of the data array.