ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / Factory1 Class / CreateDevice Method

In This Topic
    CreateDevice Method (Factory1)
    In This Topic
    HRESULT ID2D1Factory1::CreateDevice([In] IDXGIDevice* dxgiDevice,[Out, Fast] ID2D1Device** d2dDevice)
    Syntax
    'Declaration
     
    Public Function CreateDevice( _
       ByVal dxgiDevice As Device _
    ) As Device
    public Device CreateDevice( 
       Device dxgiDevice
    )

    Parameters

    dxgiDevice
    See Also