C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Direct2D Namespace / DeviceContext1 Class / Create Method
The device.
The options to be applied to the created device context.

In This Topic
Create Method (DeviceContext1)
In This Topic
Initializes a new instance of the DeviceContext1 class using an existing Device1.
Syntax
'Declaration
 
Public Shared Function Create( _
   ByVal device As Device1, _
   ByVal options As DeviceContextOptions _
) As DeviceContext1
 

Parameters

device
The device.
options
The options to be applied to the created device context.
See Also