Bitmap for WPF
CopyPixels(Int32,IntPtr,Int32) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.WIC 名前空間 > BitmapSource クラス > CopyPixels メソッド : CopyPixels(Int32,IntPtr,Int32) メソッド

The stride of the bitmap

A reference to the buffer.

Size of the buffer in bytes.

Instructs the object to produce pixels.

シンタックス
'宣言
 
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
)

パラメータ

stride

The stride of the bitmap

dataPointer

A reference to the buffer.

size
Size of the buffer in bytes.
参照

BitmapSource クラス
BitmapSource メンバ
オーバーロード一覧