ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DXGI Namespace / Factory Class / CreateSoftwareAdapter Method

In This Topic
    CreateSoftwareAdapter Method
    In This Topic
    HRESULT IDXGIFactory::CreateSoftwareAdapter([In] HINSTANCE Module,[Out] IDXGIAdapter** ppAdapter)
    Syntax
    'Declaration
     
    Public Function CreateSoftwareAdapter( _
       ByVal module As IntPtr _
    ) As Adapter
    public Adapter CreateSoftwareAdapter( 
       IntPtr module
    )

    Parameters

    module
    See Also