Method CopyToChangeMask
CopyToChangeMask(IntPtr, uint, int, int)
For internal use only, copy the src
bitmask to a destination buffer,
to the given offset
and for the required number of bits.
Declaration
public static void CopyToChangeMask(IntPtr bitData, uint src, int offset, int numBits)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | bitData | |
uint | src | |
int | offset | |
int | numBits |