Copies pixel data using the supplied input parameters.
シンタックス
'宣言
Public Overloads Sub CopyPixels( _
ByVal As RectL, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Guid, _
ByVal As BitmapTransformOptions, _
ByVal As System.Integer, _
ByVal As DataStream _
)
public void CopyPixels(
RectL ,
System.int ,
System.int ,
System.Guid ,
BitmapTransformOptions ,
System.int ,
DataStream
)
パラメータ
- rectangle
- The rectangle.
- width
- The width.
- height
- The height.
- guidDstFormat
- The GUID DST format.
- dstTransform
- The DST transform.
- stride
- The stride.
- output
- The output.
参照