ComponentOne Bitmap for WPF
Create Method (Device1)

C1.WPF.DX.4 Assembly > C1.Util.DX.Direct2D Namespace > Device1 Class : Create Method
The Factory2 object used when creating the Device1.
The C1.Util.DX.DXGI.Device object used when creating the Device1.
Initializes a new instance of the Device1 class.
Syntax
'Declaration
 
Public Shared Function Create( _
   ByVal factory As Factory2, _
   ByVal device As Device _
) As Device1
public static Device1 Create( 
   Factory2 factory,
   Device device
)

Parameters

factory
The Factory2 object used when creating the Device1.
device
The C1.Util.DX.DXGI.Device object used when creating the Device1.
See Also

Reference

Device1 Class
Device1 Members