'Declaration Public Overloads Sub CopyPixels( _ ByVal stride As System.Integer, _ ByVal dataPointer As System.IntPtr, _ ByVal size As System.Integer _ )
public void CopyPixels( System.int stride, System.IntPtr dataPointer, System.int size )
Parameters
- stride
The stride of the bitmap
- dataPointer
A reference to the buffer.
- size
- Size of the buffer in bytes.