RenderContextBase.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.
Protected Sub RemovePolygonOffset( _ 
ByRef prev As Integer
)
This language is not supported or no code example is available.
protected void RemovePolygonOffset( 
ref int prev 
)
This language is not supported or no code example is available.

Parameters

prev
int

<default>

.NET Framework

Supported in: 4.8

In this article

Definition