ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / OutputMergerStage Class / GetDepthStencilState Method / GetDepthStencilState(Int32) Method

In This Topic
    GetDepthStencilState(Int32) Method
    In This Topic
    Gets the {{depth-stencil}} state of the output-merger stage.
    Syntax
    'Declaration
     
    Public Overloads Function GetDepthStencilState( _
       ByRef stencilRefRef As Integer _
    ) As DepthStencilState
    public DepthStencilState GetDepthStencilState( 
       out int stencilRefRef
    )

    Parameters

    stencilRefRef
    See Also