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