ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Device Class / Create Method / Create(Device) Method
The device.

In This Topic
    Create(Device) Method
    In This Topic
    Initializes a new instance of the Device class.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal device As Device _
    ) As Device
    public static Device Create( 
       Device device
    )

    Parameters

    device
    The device.
    See Also