Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / IsCw Method
The rasterizer state type

In This Topic
    IsCw Method
    In This Topic
    Tells if the front face of the given state has clockwise front faces.
    Syntax
    'Declaration
     
    Protected Function IsCw( _
       ByVal state As rasterizerStateType _
    ) As Boolean
    protected bool IsCw( 
       rasterizerStateType state
    )

    Parameters

    state
    The rasterizer state type

    Return Value

    True if the state has clockwise front faces.
    See Also