Eyeshot 10 WinForms API Reference
SetupPolygonOffset Method

WinForms Assembly > devDept.Graphics Namespace > RenderContextBase Class : SetupPolygonOffset Method
If true the polygon offset is enabled, else it's disabled.
Enables or disables the PolygonOffset feature (with Factor 1 , Units 1).
Syntax
'Declaration
 
Public Sub SetupPolygonOffset( _
   ByVal enable As Boolean _
) 
public void SetupPolygonOffset( 
   bool enable
)

Parameters

enable
If true the polygon offset is enabled, else it's disabled.
See Also

Reference

RenderContextBase Class
RenderContextBase Members