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

C1.WPF.DX.4 Assembly > C1.Util.DX.WIC Namespace > BitmapSource Class > CopyPixels Method : CopyPixels(IntPtr,Int32,Int32,IntPtr) Method
HRESULT IWICBitmapSource::CopyPixels([In] const void* prc,[In] unsigned int cbStride,[In] unsigned int cbBufferSize,[In] void* pbBuffer)
Syntax
'Declaration
 
Public Overloads Sub CopyPixels( _
   ByVal rectangleRef As System.IntPtr, _
   ByVal stride As System.Integer, _
   ByVal bufferSize As System.Integer, _
   ByVal bufferRef As System.IntPtr _
) 
public void CopyPixels( 
   System.IntPtr rectangleRef,
   System.int stride,
   System.int bufferSize,
   System.IntPtr bufferRef
)

Parameters

rectangleRef
stride
bufferSize
bufferRef
See Also

Reference

BitmapSource Class
BitmapSource Members
Overload List