RenderDirectPolygon(IEnumerable,Color,Unit,Color) 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 specifies a non-empty and non-transparent color, the polygon is closed, otherwise it is open.
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).
- lineColor
- The line color.
- lineThickness
- The line thickness.
- fillColor
- The fill color (if empty or transparent, the polygon is closed, otherwise it is open).
See Also