Enum PolygonMode

PolygonMode enumeration

The polygon rasterization mode

public enum PolygonMode

Values

NameValueDescription
Point0Polygon control points are drawn as points.
Line1Boundary edges of the polygon are drawn as line segments.
Fill2The interior of the polygon is filled.

See Also