ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / Device Class / GetSupportedFeatureLevel Method / GetSupportedFeatureLevel() Method

In This Topic
    GetSupportedFeatureLevel() Method
    In This Topic
    Gets the highest supported hardware feature level of the primary adapter.
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetSupportedFeatureLevel() As FeatureLevel
    public static FeatureLevel GetSupportedFeatureLevel()

    Return Value

    The highest supported hardware feature level.
    See Also