| C1.C1Report.4 Assembly > C1.C1Preview Namespace > C1PrintDocument Class > RenderDirectPolygon Method : RenderDirectPolygon(IEnumerable,Color,Unit,Color) Method |
If fillColor specifies a non-empty and non-transparent color, the polygon is closed, otherwise it is open.
'Declaration Public Overloads Sub RenderDirectPolygon( _ ByVal points As System.Collections.IEnumerable, _ ByVal lineColor As System.Drawing.Color, _ ByVal lineThickness As Unit, _ ByVal fillColor As System.Drawing.Color _ )
public void RenderDirectPolygon( System.Collections.IEnumerable points, System.Drawing.Color lineColor, Unit lineThickness, System.Drawing.Color fillColor )
This method can only be used between calls to StartDoc and EndDoc methods on the current document. For details, see RenderDirect(Unit,Unit,RenderObject,Object,Object).
C1PrintDocument Class
C1PrintDocument Members
Overload List
C1.C1Preview.C1PrintDocument.CreateRenderPolygon(System.Collections.IEnumerable,System.Boolean)
RenderPolygon Class
RenderDirect(Unit,Unit,RenderObject,Object,Object) Method
StartDoc Method
EndDoc Method
Generate Method