ComponentOne Bitmap for WPF
Create Method (DeviceContext1)

C1.WPF.DX.4 Assembly > C1.Util.DX.Direct2D Namespace > DeviceContext1 Class : Create Method
The device.
The options to be applied to the created device context.
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
public static DeviceContext1 Create( 
   Device1 device,
   DeviceContextOptions options
)

Parameters

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

Reference

DeviceContext1 Class
DeviceContext1 Members