ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct3D11 Namespace / Buffer Class / GetDescription Method

In This Topic
    GetDescription Method (Buffer)
    In This Topic
    void ID3D11Buffer::GetDesc([Out] D3D11_BUFFER_DESC* pDesc)
    Syntax
    'Declaration
     
    Public Sub GetDescription( _
       ByRef descRef As BufferDescription _
    ) 
    public void GetDescription( 
       out BufferDescription descRef
    )

    Parameters

    descRef
    See Also