Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / SetupPolygonOffset Method
If true the polygon offset is enabled, else it's disabled.

In This Topic
    SetupPolygonOffset Method
    In This Topic
    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