[]
        
(Showing Draft Content)

C1.Util.DX.WIC.BitmapSourceTransform.CopyPixels

CopyPixels Method

CopyPixels(int, int, int, DataStream)

Copies pixel data using the supplied input parameters.

Declaration
public void CopyPixels(int width, int height, int stride, DataStream output)
Parameters
Type Name Description
int width

The width.

int height

The height.

int stride

The stride.

DataStream output

The output.

CopyPixels(int, int, BitmapTransformOptions, int, DataStream)

Copies pixel data using the supplied input parameters.

Declaration
public void CopyPixels(int width, int height, BitmapTransformOptions dstTransform, int stride, DataStream output)
Parameters
Type Name Description
int width

The width.

int height

The height.

BitmapTransformOptions dstTransform

The DST transform.

int stride

The stride.

DataStream output

The output.

CopyPixels(int, int, Guid, BitmapTransformOptions, int, DataStream)

Copies pixel data using the supplied input parameters.

Declaration
public void CopyPixels(int width, int height, Guid guidDstFormat, BitmapTransformOptions dstTransform, int stride, DataStream output)
Parameters
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.

CopyPixels(RectL, int, int, Guid, BitmapTransformOptions, int, DataStream)

Copies pixel data using the supplied input parameters.

Declaration
public void CopyPixels(RectL rectangle, int width, int height, Guid guidDstFormat, BitmapTransformOptions dstTransform, int stride, DataStream output)
Parameters
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.

CopyPixels(IntPtr, int, int, Guid?, BitmapTransformOptions, int, int, IntPtr)

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)

Declaration
public void CopyPixels(IntPtr rectangleRef, int width, int height, Guid? guidDstFormatRef, BitmapTransformOptions dstTransform, int nStride, int bufferSize, IntPtr bufferRef)
Parameters
Type Name Description
IntPtr rectangleRef
int width
int height
Guid? guidDstFormatRef
BitmapTransformOptions dstTransform
int nStride
int bufferSize
IntPtr bufferRef