C1.C1Preview Namespace > C1PrintDocument Class : RenderDirectPolygon Method |
Overload | Description |
---|---|
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. |
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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2