ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 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 Nullable(Of RectL), _
       ByVal width As Integer, _
       ByVal height As Integer, _
       ByVal dstTransform As BitmapTransformOptions, _
       ByVal dstPlanarOptions As PlanarOptions, _
       ByVal dstPlanesRef() As BitmapPlane, _
       ByVal planes As Integer _
    ) 

    Parameters

    rcSourceRef
    width
    height
    dstTransform
    dstPlanarOptions
    dstPlanesRef
    planes
    See Also