ComponentOne Bitmap for WinForms
C1.Win.C1DX.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 System.IntPtr _
    ) As Adapter
    public Adapter CreateSoftwareAdapter( 
       System.IntPtr module
    )

    Parameters

    module
    See Also