ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct3D11 Namespace / DeviceContext Class / Create Method
The device with which to associate the state object.

In This Topic
    Create Method (DeviceContext)
    In This Topic
    Constructs a new deferred context DeviceContext.
    Syntax
    'Declaration
     
    Public Shared Function Create( _
       ByVal device As Device _
    ) As DeviceContext
    public static DeviceContext Create( 
       Device device
    )

    Parameters

    device
    The device with which to associate the state object.
    See Also