Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / SetRasterizerState Method
the polygon drawing type
The cull face type

In This Topic
    SetRasterizerState Method
    In This Topic
    Sets the rasterizer state.
    Syntax
    'Declaration
     
    Public Sub SetRasterizerState( _
       ByVal rasterizerPolygonDrawingType As rasterizerPolygonDrawingType, _
       ByVal rasterizerCullFaceType As rasterizerCullFaceType _
    ) 

    Parameters

    rasterizerPolygonDrawingType
    the polygon drawing type
    rasterizerCullFaceType
    The cull face type
    See Also