ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / DepthStencilState Class / GetDescription Method

In This Topic
    GetDescription Method (DepthStencilState)
    In This Topic
    void ID3D11DepthStencilState::GetDesc([Out] D3D11_DEPTH_STENCIL_DESC* pDesc)
    Syntax
    'Declaration
     
    Public Sub GetDescription( _
       ByRef descRef As DepthStencilStateDescription _
    ) 
    public void GetDescription( 
       out DepthStencilStateDescription descRef
    )

    Parameters

    descRef
    See Also