CopyPixels Method (PlanarBitmapSourceTransform)
In This Topic
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)
Syntax
'Declaration
Public Sub CopyPixels( _
ByVal As System.Nullable(Of RectL), _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As BitmapTransformOptions, _
ByVal As PlanarOptions, _
ByVal () As BitmapPlane, _
ByVal As System.Integer _
)
public void CopyPixels(
System.Nullable<RectL> ,
System.int ,
System.int ,
BitmapTransformOptions ,
PlanarOptions ,
BitmapPlane[] ,
System.int
)
Parameters
- rcSourceRef
- width
- height
- dstTransform
- dstPlanarOptions
- dstPlanesRef
- planes
See Also