RenderDirectPolygon(IEnumerable,Boolean,Style) 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.
Syntax
Parameters
- points
- The collection of UnitPoint objects (an exception occurs if an object that is not a UnitPoint is found in the collection).
- closed
- A value indicating whether the polygon should be closed (i.e. the last point connected to the first one).
- style
- The Style to use.
See Also