RenderContextBase.SetupPolygonOffset Method

Enables or disables the PolygonOffset feature (with Factor 1 , Units 1).
Public Sub SetupPolygonOffset( _ 
ByVal enable As Boolean
)
This language is not supported or no code example is available.
public void SetupPolygonOffset( 
bool enable 
)
This language is not supported or no code example is available.

Parameters

enable
bool

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

.NET Framework

Supported in: 4.8

In this article

Definition