ComponentOne Bitmap for WinForms
C1.Win.C1DX.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 System.Integer, _
       ByRef heightRef As System.Integer, _
       ByVal dstTransform As BitmapTransformOptions, _
       ByVal dstPlanarOptions As PlanarOptions, _
       ByVal guidDstFormatsRef() As System.Guid, _
       ByVal planeDescriptionsRef() As BitmapPlaneDescription, _
       ByVal planes As System.Integer _
    ) As System.Boolean
    public System.bool DoesSupportTransform( 
       ref System.int widthRef,
       ref System.int heightRef,
       BitmapTransformOptions dstTransform,
       PlanarOptions dstPlanarOptions,
       System.Guid[] guidDstFormatsRef,
       BitmapPlaneDescription[] planeDescriptionsRef,
       System.int planes
    )

    Parameters

    widthRef
    heightRef
    dstTransform
    dstPlanarOptions
    guidDstFormatsRef
    planeDescriptionsRef
    planes
    See Also