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

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

    Parameters

    adapter
    flags
    See Also