ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / PlanarBitmapSourceTransform Class / DoesSupportTransform Method

In This Topic
    DoesSupportTransform Method
    In This Topic
    HRESULT IWICPlanarBitmapSourceTransform::DoesSupportTransform([InOut] unsigned int* puiWidth,[InOut] unsigned int* puiHeight,[In] WICBitmapTransformOptions dstTransform,[In] WICPlanarOptions dstPlanarOptions,[In, Buffer] const GUID* pguidDstFormats,[Out, Buffer] WICBitmapPlaneDescription* pPlaneDescriptions,[In] unsigned int cPlanes,[Out] BOOL* pfIsSupported)
    Syntax
    'Declaration
     
    Public Function DoesSupportTransform( _
       ByRef widthRef As Integer, _
       ByRef heightRef As Integer, _
       ByVal dstTransform As BitmapTransformOptions, _
       ByVal dstPlanarOptions As PlanarOptions, _
       ByVal guidDstFormatsRef() As Guid, _
       ByVal planeDescriptionsRef() As BitmapPlaneDescription, _
       ByVal planes As Integer _
    ) As Boolean

    Parameters

    widthRef
    heightRef
    dstTransform
    dstPlanarOptions
    guidDstFormatsRef
    planeDescriptionsRef
    planes
    See Also