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

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

    Parameters

    surface
    The surface.
    See Also