[]
        
(Showing Draft Content)

C1.Util.DX.WIC.PlanarBitmapSourceTransform.CopyPixels

CopyPixels Method

CopyPixels(RectL?, int, int, BitmapTransformOptions, PlanarOptions, BitmapPlane[], int)

HRESULT IWICPlanarBitmapSourceTransform::CopyPixels([In, Optional] const WICRect* prcSource,[In] unsigned int uiWidth,[In] unsigned int uiHeight,[In] WICBitmapTransformOptions dstTransform,[In] WICPlanarOptions dstPlanarOptions,[In, Buffer] const WICBitmapPlane* pDstPlanes,[In] unsigned int cPlanes)

Declaration
public void CopyPixels(RectL? rcSourceRef, int width, int height, BitmapTransformOptions dstTransform, PlanarOptions dstPlanarOptions, BitmapPlane[] dstPlanesRef, int planes)
Public Sub CopyPixels(rcSourceRef As RectL?, width As Integer, height As Integer, dstTransform As BitmapTransformOptions, dstPlanarOptions As PlanarOptions, dstPlanesRef As BitmapPlane(), planes As Integer)
Parameters
Type Name Description
RectL? rcSourceRef
int width
int height
BitmapTransformOptions dstTransform
PlanarOptions dstPlanarOptions
BitmapPlane[] dstPlanesRef
int planes