ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Bitmap1 Class / Create Method / Create(DeviceContext,Size2L) Method
an instance of RenderTarget
The dimension of the bitmap to create in pixels.

In This Topic
    Create(DeviceContext,Size2L) Method
    In This Topic
    Creates a Direct2D bitmap from a pointer to in-memory source data.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Create( _
       ByVal deviceContext As DeviceContext, _
       ByVal size As Size2L _
    ) As Bitmap1
    public static Bitmap1 Create( 
       DeviceContext deviceContext,
       Size2L size
    )

    Parameters

    deviceContext
    an instance of RenderTarget
    size
    The dimension of the bitmap to create in pixels.
    See Also