ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct3D11 Namespace / Device Class / CreateCounter Method

In This Topic
    CreateCounter Method
    In This Topic
    HRESULT ID3D11Device::CreateCounter([In] const D3D11_COUNTER_DESC* pCounterDesc,[Out, Fast] ID3D11Counter** ppCounter)
    Syntax
    'Declaration
     
    Public Function CreateCounter( _
       ByVal counterDescRef As CounterDescription _
    ) As Counter
    public Counter CreateCounter( 
       CounterDescription counterDescRef
    )

    Parameters

    counterDescRef
    See Also