ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DXGI Namespace / Adapter Class / GetDescription Method

In This Topic
    GetDescription Method (Adapter)
    In This Topic
    HRESULT IDXGIAdapter::GetDesc([Out] DXGI_ADAPTER_DESC* pDesc)
    Syntax
    'Declaration
     
    Public Sub GetDescription( _
       ByRef descRef As AdapterDescription _
    ) 
    public void GetDescription( 
       out AdapterDescription descRef
    )

    Parameters

    descRef
    See Also