Click or drag to resize

BitsWriteWords Delegate

[Missing <summary> documentation for "T:Demo3D.Utilities.Bits.WriteWords"]

Namespace:  Demo3D.Utilities
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 10.0.7983.28765
Syntax
C#
public delegate void WriteWords(
	int wordIndex,
	byte[] source,
	int byteOffset,
	int numWords
)

Parameters

wordIndex
Type: SystemInt32
source
Type: SystemByte
byteOffset
Type: SystemInt32
numWords
Type: SystemInt32
See Also