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

In This Topic
    RestorePolygonOffset Method
    In This Topic
    Restores the polygon offset to draw the polygons.
    Syntax
    'Declaration
     
    Protected Sub RestorePolygonOffset( _
       ByRef prev As Integer _
    ) 
    protected void RestorePolygonOffset( 
       ref int prev
    )

    Parameters

    prev
    See Also