RenderContextBase.LockDepthState Method

Locks the depth stencil state so that the following calls to SetState won't do anything until the state is unlocked.
Public Sub LockDepthState( _ 
ByVal lockState As Boolean
)
This language is not supported or no code example is available.
public void LockDepthState( 
bool lockState 
)
This language is not supported or no code example is available.

Parameters

lockState
bool

The lock status

.NET Framework

Supported in: 4.8

In this article

Definition