PolygonMode enumeration

PolygonMode enumeration

The polygon rasterization mode

The PolygonMode type exposes the following members:

Fields

FieldDescription
POINTPolygon control points are drawn as points.
LINEBoundary edges of the polygon are drawn as line segments.
FILLThe interior of the polygon is filled.

See Also