'宣言 Public Overloads Sub CopyPixels( _ ByVal width As System.Integer, _ ByVal height As System.Integer, _ ByVal dstTransform As BitmapTransformOptions, _ ByVal stride As System.Integer, _ ByVal output As DataStream _ )
public void CopyPixels( System.int width, System.int height, BitmapTransformOptions dstTransform, System.int stride, DataStream output )
パラメータ
- width
- The width.
- height
- The height.
- dstTransform
- The DST transform.
- stride
- The stride.
- output
- The output.