PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / RenderDirectPolygon Method

In This Topic
    RenderDirectPolygon Method (C1PrintDocument)
    In This Topic
    Creates a RenderPolygon from a collection of UnitPoint objects, and renders it on the current page, at position specified by the points' coordinates.
    Overload List
    OverloadDescription
    Creates a RenderPolygon from a collection of UnitPoint objects, and renders it on the current page, at position specified by the points' coordinates.  
    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.

     
    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.

     
    Creates an open RenderPolygon from a collection of UnitPoint objects, and renders it on the current page, at position specified by the points' coordinates.  
    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.

     
    Creates an open RenderPolygon from a collection of UnitPoint objects, and renders it on the current page, at position specified by the points' coordinates.  
    See Also