ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Factory2 Class / CreateDevice1 Method

In This Topic
    CreateDevice1 Method
    In This Topic
    HRESULT ID2D1Factory2::CreateDevice([In] IDXGIDevice* dxgiDevice,[Out, Fast] ID2D1Device1** d2dDevice1)
    Syntax
    'Declaration
     
    Public Function CreateDevice1( _
       ByVal dxgiDevice As Device _
    ) As Device1
    public Device1 CreateDevice1( 
       Device dxgiDevice
    )

    Parameters

    dxgiDevice
    See Also