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

In This Topic
    Create(DriverType,DeviceCreationFlags) Method
    In This Topic
    Constructor for a D3D11 Device. See D3D11.CreateDevice for more information.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal driverType As DriverType, _
       ByVal flags As DeviceCreationFlags _
    ) As Device
    public static Device Create( 
       DriverType driverType,
       DeviceCreationFlags flags
    )

    Parameters

    driverType
    Type of the driver.
    flags
    The flags.
    See Also