Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / LockDepthState Method
The lock status

In This Topic
    LockDepthState Method
    In This Topic
    Locks the depth stencil state so that the following calls to SetState(depthStencilStateType) won't do anything until the state is unlocked.
    Syntax
    'Declaration
     
    Public Sub LockDepthState( _
       ByVal lockState As Boolean _
    ) 
    public void LockDepthState( 
       bool lockState
    )

    Parameters

    lockState
    The lock status
    See Also