[]
Copies pixel data using the supplied input parameters.
public void CopyPixels(int width, int height, int stride, DataStream output)
| Type | Name | Description |
|---|---|---|
| int | width | The width. |
| int | height | The height. |
| int | stride | The stride. |
| DataStream | output | The output. |
Copies pixel data using the supplied input parameters.
public void CopyPixels(int width, int height, BitmapTransformOptions dstTransform, int stride, DataStream output)
| Type | Name | Description |
|---|---|---|
| int | width | The width. |
| int | height | The height. |
| BitmapTransformOptions | dstTransform | The DST transform. |
| int | stride | The stride. |
| DataStream | output | The output. |
Copies pixel data using the supplied input parameters.
public void CopyPixels(int width, int height, Guid guidDstFormat, BitmapTransformOptions dstTransform, int stride, DataStream output)
| Type | Name | Description |
|---|---|---|
| int | width | The width. |
| int | height | The height. |
| Guid | guidDstFormat | The GUID DST format. |
| BitmapTransformOptions | dstTransform | The DST transform. |
| int | stride | The stride. |
| DataStream | output | The output. |
Copies pixel data using the supplied input parameters.
public void CopyPixels(RectL rectangle, int width, int height, Guid guidDstFormat, BitmapTransformOptions dstTransform, int stride, DataStream output)
| Type | Name | Description |
|---|---|---|
| RectL | rectangle | The rectangle. |
| int | width | The width. |
| int | height | The height. |
| Guid | guidDstFormat | The GUID DST format. |
| BitmapTransformOptions | dstTransform | The DST transform. |
| int | stride | The stride. |
| DataStream | output | The output. |
HRESULT IWICBitmapSourceTransform::CopyPixels([In] const void* prc,[In] unsigned int uiWidth,[In] unsigned int uiHeight,[In, Optional] GUID* pguidDstFormat,[In] WICBitmapTransformOptions dstTransform,[In] unsigned int nStride,[In] unsigned int cbBufferSize,[In] void* pbBuffer)
public void CopyPixels(IntPtr rectangleRef, int width, int height, Guid? guidDstFormatRef, BitmapTransformOptions dstTransform, int nStride, int bufferSize, IntPtr bufferRef)
| Type | Name | Description |
|---|---|---|
| IntPtr | rectangleRef | |
| int | width | |
| int | height | |
| Guid? | guidDstFormatRef | |
| BitmapTransformOptions | dstTransform | |
| int | nStride | |
| int | bufferSize | |
| IntPtr | bufferRef |