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

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

The rectangle to copy. A null value specifies the entire bitmap.

The stride of the bitmap

A reference to the buffer.

Instructs the object to produce pixels.

シンタックス
'宣言
 
Public Overloads Sub CopyPixels( _
   ByVal rectangle As RectL, _
   ByVal stride As System.Integer, _
   ByVal dataPointer As DataPointer _
) 
public void CopyPixels( 
   RectL rectangle,
   System.int stride,
   DataPointer dataPointer
)

パラメータ

rectangle

The rectangle to copy. A null value specifies the entire bitmap.

stride

The stride of the bitmap

dataPointer

A reference to the buffer.

参照

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