ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Boolean
    public System.bool IsSupportingTransform( 
       BitmapTransformOptions dstTransform
    )

    Parameters

    dstTransform
    See Also