ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.WIC Namespace / PlanarBitmapSourceTransform Class / CopyPixels Method

In This Topic
    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 rcSourceRef As System.Nullable(Of RectL), _
       ByVal width As System.Integer, _
       ByVal height As System.Integer, _
       ByVal dstTransform As BitmapTransformOptions, _
       ByVal dstPlanarOptions As PlanarOptions, _
       ByVal dstPlanesRef() As BitmapPlane, _
       ByVal planes As System.Integer _
    ) 
    public void CopyPixels( 
       System.Nullable<RectL> rcSourceRef,
       System.int width,
       System.int height,
       BitmapTransformOptions dstTransform,
       PlanarOptions dstPlanarOptions,
       BitmapPlane[] dstPlanesRef,
       System.int planes
    )

    Parameters

    rcSourceRef
    width
    height
    dstTransform
    dstPlanarOptions
    dstPlanesRef
    planes
    See Also