RenderDirectPolygon(IEnumerable,LineDef,Color) Method
In This Topic
Creates a
RenderPolygon from a collection of
UnitPoint objects, and renders it on the current page, at position specified by the points' coordinates.
If specifies a non-empty and non-transparent color, the polygon is closed, otherwise it is open.
Syntax
Parameters
- points
- The collection of UnitPoint objects (an exception occurs if an object that is not a UnitPoint is found in the collection).
- line
- The LineDef to draw the polygon with.
- fillColor
- The fill color (if empty or transparent, the polygon is closed, otherwise it is open).
See Also