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

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

    Parameters

    deviceContext
    The device context.
    See Also