Eyeshot 10 WinForms API Reference
RemovePolygonOffset Method

WinForms Assembly > devDept.Graphics Namespace > RenderContextBase Class : RemovePolygonOffset Method
Removes the polygon offset when drawing the wires entity with Width grater than 1 because the wires are not influenced by the polygon offset but in Direct3D they are drawn as polygons with the geometry shader, so the PolygonOffset applies to them also.
Syntax
'Declaration
 
Protected Sub RemovePolygonOffset( _
   ByRef prev As Integer _
) 
protected void RemovePolygonOffset( 
   ref int prev
)

Parameters

prev
See Also

Reference

RenderContextBase Class
RenderContextBase Members