ComponentOne Bitmap for WPF
CreateDevice Method (Factory1)

C1.WPF.DX.4 Assembly > C1.Util.DX.Direct2D Namespace > Factory1 Class : CreateDevice Method
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

Reference

Factory1 Class
Factory1 Members