ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / Device 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