[]
        
(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)
Public Sub CopyPixels(width As Integer, height As Integer, stride As Integer, output As DataStream)
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)
Public Sub CopyPixels(width As Integer, height As Integer, dstTransform As BitmapTransformOptions, stride As Integer, output As DataStream)
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)
Public Sub CopyPixels(width As Integer, height As Integer, guidDstFormat As Guid, dstTransform As BitmapTransformOptions, stride As Integer, output As DataStream)
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)
Public Sub CopyPixels(rectangle As RectL, width As Integer, height As Integer, guidDstFormat As Guid, dstTransform As BitmapTransformOptions, stride As Integer, output As DataStream)
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)
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)
Parameters
Type Name Description
IntPtr rectangleRef
int width
int height
Guid? guidDstFormatRef
BitmapTransformOptions dstTransform
int nStride
int bufferSize
IntPtr bufferRef