ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / BitmapSourceTransform Class / IsSupportingTransform Method

In This Topic
    IsSupportingTransform Method
    In This Topic
    HRESULT IWICBitmapSourceTransform::DoesSupportTransform([In] WICBitmapTransformOptions dstTransform,[Out] BOOL* pfIsSupported)
    Syntax
    'Declaration
     
    Public Function IsSupportingTransform( _
       ByVal dstTransform As BitmapTransformOptions _
    ) As Boolean
    public bool IsSupportingTransform( 
       BitmapTransformOptions dstTransform
    )

    Parameters

    dstTransform
    See Also