ComponentOne Bitmap for UWP
CopyPixels(Int32,IntPtr,Int32) Method

C1.UWP.DX Assembly > C1.Util.DX.WIC Namespace > BitmapSource Class > CopyPixels Method : CopyPixels(Int32,IntPtr,Int32) Method

The stride of the bitmap

A reference to the buffer.

Size of the buffer in bytes.

Instructs the object to produce pixels.

Syntax
'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.
See Also

Reference

BitmapSource Class
BitmapSource Members
Overload List