ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DXGI Namespace / Adapter1 Class / GetDescription1 Method

In This Topic
    GetDescription1 Method (Adapter1)
    In This Topic
    HRESULT IDXGIAdapter1::GetDesc1([Out] DXGI_ADAPTER_DESC1* pDesc)
    Syntax
    'Declaration
     
    Public Sub GetDescription1( _
       ByRef descRef As AdapterDescription1 _
    ) 
    public void GetDescription1( 
       out AdapterDescription1 descRef
    )

    Parameters

    descRef
    See Also