Bitmap for WPF
CopyPixels(RectL,Int32,Int32,Guid,BitmapTransformOptions,Int32,DataStream) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.WIC 名前空間 > BitmapSourceTransform クラス > CopyPixels メソッド : CopyPixels(RectL,Int32,Int32,Guid,BitmapTransformOptions,Int32,DataStream) メソッド
The rectangle.
The width.
The height.
The GUID DST format.
The DST transform.
The stride.
The output.
Copies pixel data using the supplied input parameters.
シンタックス
'宣言
 
Public Overloads Sub CopyPixels( _
   ByVal rectangle As RectL, _
   ByVal width As System.Integer, _
   ByVal height As System.Integer, _
   ByVal guidDstFormat As System.Guid, _
   ByVal dstTransform As BitmapTransformOptions, _
   ByVal stride As System.Integer, _
   ByVal output As DataStream _
) 
public void CopyPixels( 
   RectL rectangle,
   System.int width,
   System.int height,
   System.Guid guidDstFormat,
   BitmapTransformOptions dstTransform,
   System.int stride,
   DataStream output
)

パラメータ

rectangle
The rectangle.
width
The width.
height
The height.
guidDstFormat
The GUID DST format.
dstTransform
The DST transform.
stride
The stride.
output
The output.
参照

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