ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / EffectContext Class / CheckFeatureSupport Method / CheckFeatureSupport(Feature) Method
The feature to check.

In This Topic
    CheckFeatureSupport(Feature) Method
    In This Topic
    Check if this device is supporting a feature.
    Syntax
    'Declaration
     
    Public Overloads Function CheckFeatureSupport( _
       ByVal feature As Feature _
    ) As System.Boolean
    public System.bool CheckFeatureSupport( 
       Feature feature
    )

    Parameters

    feature
    The feature to check.

    Return Value

    Returns true if this device supports this feature, otherwise false.
    See Also