ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / D2D1 Class / CreateDevice Method

In This Topic
    CreateDevice Method (D2D1)
    In This Topic
    HRESULT D2D1CreateDevice([In] IDXGIDevice* dxgiDevice,[In, Optional] const D2D1_CREATION_PROPERTIES* creationProperties,[Out, Fast] ID2D1Device** d2dDevice)
    Syntax
    'Declaration
     
    Public Shared Function CreateDevice( _
       ByVal dxgiDevice As Device, _
       ByVal creationProperties As System.Nullable(Of CreationProperties) _
    ) As Device
    public static Device CreateDevice( 
       Device dxgiDevice,
       System.Nullable<CreationProperties> creationProperties
    )

    Parameters

    dxgiDevice
    creationProperties
    See Also