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

In This Topic
    SetState(blendStateType) Method
    In This Topic
    Sets the blend state type.
    Syntax
    'Declaration
     
    Public Overloads Function SetState( _
       ByVal state As blendStateType _
    ) As blendStateType
    public blendStateType SetState( 
       blendStateType state
    )

    Parameters

    state
    The new state

    Return Value

    The previous state.
    See Also