ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / Device Class / Create Method / Create(Adapter) Method
The adapter.

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

    Parameters

    adapter
    The adapter.
    See Also