Overload | Description |
---|---|
RenderDirectPolygon(IEnumerable,Boolean,Style) | Creates a RenderPolygon from a collection of UnitPoint objects, and renders it on the current page, at position specified by the points' coordinates. |
RenderDirectPolygon(IEnumerable,LineDef,Color) | Creates a RenderPolygon from a collection of UnitPoint objects, and renders it on the current page, at position specified by the points' coordinates.
If fillColor specifies a non-empty and non-transparent color, the polygon is closed, otherwise it is open. |
RenderDirectPolygon(IEnumerable,LineDef,Brush) | Creates a RenderPolygon from a collection of UnitPoint objects, and renders it on the current page, at position specified by the points' coordinates.
If fillBrush is null, the polygon is open, otherwise it is closed. |
RenderDirectPolygon(IEnumerable,LineDef) | Creates an open RenderPolygon from a collection of UnitPoint objects, and renders it on the current page, at position specified by the points' coordinates. |
RenderDirectPolygon(IEnumerable,Color,Unit,Color) | Creates a RenderPolygon from a collection of UnitPoint objects, and renders it on the current page, at position specified by the points' coordinates.
If fillColor specifies a non-empty and non-transparent color, the polygon is closed, otherwise it is open. |
RenderDirectPolygon(IEnumerable,Color,Unit) | Creates an open RenderPolygon from a collection of UnitPoint objects, and renders it on the current page, at position specified by the points' coordinates. |