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

In This Topic
    SetState(rasterizerStateType) Method
    In This Topic
    Sets the rasterizer state type preserving the current clockwiseness of the front face.
    Syntax
    'Declaration
     
    Public Overloads Overridable Function SetState( _
       ByVal state As rasterizerStateType _
    ) As rasterizerStateType
    public virtual rasterizerStateType SetState( 
       rasterizerStateType state
    )

    Parameters

    state
    The new state

    Return Value

    The previous state.
    See Also