Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / LockBlendState Method

In This Topic
    LockBlendState Method
    In This Topic
    Locks the blend state so that the following calls to SetShader won't do anything until the blend states are unlocked.
    Syntax
    'Declaration
     
    Public Overridable Sub LockBlendState( _
       ByVal lockBlendState As Boolean _
    ) 
    public virtual void LockBlendState( 
       bool lockBlendState
    )

    Parameters

    lockBlendState
    See Also