Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / CurrentDepthStencilState Property

In This Topic
    CurrentDepthStencilState Property
    In This Topic
    Gets the current depth stencil state.
    Syntax
    'Declaration
     
    Public ReadOnly Property CurrentDepthStencilState As depthStencilStateType
    public depthStencilStateType CurrentDepthStencilState {get;}
    See Also