ComponentOne Bitmap for WPF
CopyPixels(Int32,DataPointer) Method

C1.WPF.DX.4 Assembly > C1.Util.DX.WIC Namespace > BitmapSource Class > CopyPixels Method : CopyPixels(Int32,DataPointer) Method

The stride of the bitmap

A reference to the buffer.

Instructs the object to produce pixels.

Syntax
'Declaration
 
Public Overloads Sub CopyPixels( _
   ByVal stride As System.Integer, _
   ByVal dataPointer As DataPointer _
) 
public void CopyPixels( 
   System.int stride,
   DataPointer dataPointer
)

Parameters

stride

The stride of the bitmap

dataPointer

A reference to the buffer.

See Also

Reference

BitmapSource Class
BitmapSource Members
Overload List