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

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.WIC 名前空間 > BitmapSourceTransform クラス > CopyPixels メソッド : CopyPixels(Int32,Int32,Guid,BitmapTransformOptions,Int32,DataStream) メソッド
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 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( 
   System.int width,
   System.int height,
   System.Guid guidDstFormat,
   BitmapTransformOptions dstTransform,
   System.int stride,
   DataStream output
)

パラメータ

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

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