PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.8 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / RenderDirectPolygon Method

In This Topic
    RenderDirectPolygon Method (SampleC1PrintDocument)
    In This Topic
    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.
    Overload List
    OverloadDescription
    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)
    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)
    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)
    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)
    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)
    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)
    See Also