Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / SetState Method / SetState(depthStencilStateType) Method
The new state

In This Topic
    SetState(depthStencilStateType) Method
    In This Topic
    Sets the depth stencil state type.
    Syntax
    'Declaration
     
    Public Overloads Function SetState( _
       ByVal state As depthStencilStateType _
    ) As depthStencilStateType

    Parameters

    state
    The new state

    Return Value

    The previous state.
    See Also