ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / RenderTargetView Class / GetDescription Method

In This Topic
    GetDescription Method (RenderTargetView)
    In This Topic
    void ID3D11RenderTargetView::GetDesc([Out] D3D11_RENDER_TARGET_VIEW_DESC* pDesc)
    Syntax
    'Declaration
     
    Public Sub GetDescription( _
       ByRef descRef As RenderTargetViewDescription _
    ) 
    public void GetDescription( 
       out RenderTargetViewDescription descRef
    )

    Parameters

    descRef
    See Also