ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 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.

In This Topic
    Create Method (Device1)
    In This Topic
    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