[]
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)
public void CopyPixels(RectL? rcSourceRef, int width, int height, BitmapTransformOptions dstTransform, PlanarOptions dstPlanarOptions, BitmapPlane[] dstPlanesRef, int planes)
Type | Name | Description |
---|---|---|
RectL? | rcSourceRef | |
int | width | |
int | height | |
BitmapTransformOptions | dstTransform | |
PlanarOptions | dstPlanarOptions | |
BitmapPlane[] | dstPlanesRef | |
int | planes |