[]
Copies pixel data using the supplied input parameters.
public void CopyPixels(int width, int height, int stride, DataStream output)
Public Sub CopyPixels(width As Integer, height As Integer, stride As Integer, output As DataStream)
| 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)
Public Sub CopyPixels(width As Integer, height As Integer, dstTransform As BitmapTransformOptions, stride As Integer, output As DataStream)
| 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)
Public Sub CopyPixels(width As Integer, height As Integer, guidDstFormat As Guid, dstTransform As BitmapTransformOptions, stride As Integer, output As DataStream)
| 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)
Public Sub CopyPixels(rectangle As RectL, width As Integer, height As Integer, guidDstFormat As Guid, dstTransform As BitmapTransformOptions, stride As Integer, output As DataStream)
| 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)
Public Sub CopyPixels(rectangleRef As IntPtr, width As Integer, height As Integer, guidDstFormatRef As Guid?, dstTransform As BitmapTransformOptions, nStride As Integer, bufferSize As Integer, bufferRef As IntPtr)
| Type | Name | Description |
|---|---|---|
| IntPtr | rectangleRef | |
| int | width | |
| int | height | |
| Guid? | guidDstFormatRef | |
| BitmapTransformOptions | dstTransform | |
| int | nStride | |
| int | bufferSize | |
| IntPtr | bufferRef |