ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / Device Class / Create Method / Create(DriverType) Method
Type of the driver.

In This Topic
    Create(DriverType) Method
    In This Topic
    Initializes a new instance of the Device class.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal driverType As DriverType _
    ) As Device
    public static Device Create( 
       DriverType driverType
    )

    Parameters

    driverType
    Type of the driver.
    See Also