ComponentOne Bitmap for UWP
CreateDevice1 Method

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > Factory2 Class : CreateDevice1 Method
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

Reference

Factory2 Class
Factory2 Members