Eyeshot 10 WinForms API Reference
LockDepthState Method

WinForms Assembly > devDept.Graphics Namespace > RenderContextBase Class : LockDepthState Method
The lock status
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

Reference

RenderContextBase Class
RenderContextBase Members