Overload List

  Name Description
Public method 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.
Public method 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.

Public method 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.

Public method 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.
Public method 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.
Public method 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.

See Also