Overload | Description |
---|---|
RenderDirectPolygon(IEnumerable,Boolean,Style) | Creates a C1.C1Preview.RenderPolygon from a collection of C1.C1Preview.UnitPoint objects, and renders it on the current page, at position specified by the points' coordinates. (Inherited from C1.C1Preview.C1PrintDocument) |
RenderDirectPolygon(IEnumerable,LineDef,Color) | Creates a C1.C1Preview.RenderPolygon from a collection of C1.C1Preview.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. (Inherited from C1.C1Preview.C1PrintDocument) |
RenderDirectPolygon(IEnumerable,LineDef,Brush) | Creates a C1.C1Preview.RenderPolygon from a collection of C1.C1Preview.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. (Inherited from C1.C1Preview.C1PrintDocument) |
RenderDirectPolygon(IEnumerable,LineDef) | Creates an open C1.C1Preview.RenderPolygon from a collection of C1.C1Preview.UnitPoint objects, and renders it on the current page, at position specified by the points' coordinates. (Inherited from C1.C1Preview.C1PrintDocument) |
RenderDirectPolygon(IEnumerable,Color,Unit,Color) | Creates a C1.C1Preview.RenderPolygon from a collection of C1.C1Preview.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. (Inherited from C1.C1Preview.C1PrintDocument) |
RenderDirectPolygon(IEnumerable,Color,Unit) | Creates an open C1.C1Preview.RenderPolygon from a collection of C1.C1Preview.UnitPoint objects, and renders it on the current page, at position specified by the points' coordinates. (Inherited from C1.C1Preview.C1PrintDocument) |