Sets the value at position row, col in a data buffer of width width.

Namespace: VVVV.Utils.SlimDX
Assembly: VVVV.Utils3rdParty (in VVVV.Utils3rdParty.dll) Version: 1.0.4694.10872

Syntax

C#
public static void SetPtrVal2D(
	uint* data,
	uint value,
	int row,
	int col,
	int width
)

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.

See Also