ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / Device Class / IsSupportedFeatureLevel Method / IsSupportedFeatureLevel(FeatureLevel) Method
The feature level.

In This Topic
    IsSupportedFeatureLevel(FeatureLevel) Method
    In This Topic
    Check if a feature level is supported by a primary adapter.
    Syntax
    'Declaration
     
    Public Overloads Shared Function IsSupportedFeatureLevel( _
       ByVal featureLevel As FeatureLevel _
    ) As System.Boolean
    public static System.bool IsSupportedFeatureLevel( 
       FeatureLevel featureLevel
    )

    Parameters

    featureLevel
    The feature level.

    Return Value

    true if the primary adapter is supporting this feature level; otherwise, false.
    See Also