ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / IDrawingCanvas Interface / FillPolygon Method

In This Topic
    FillPolygon Method (IDrawingCanvas)
    In This Topic
    Fills the interior of a polygon defined by an array of points specified by System.Drawing.PointF structures
    Syntax
    'Declaration
     
    Sub FillPolygon( _
       ByVal brush As BrushEx, _
       ByVal polygon() As PointF _
    ) 
    void FillPolygon( 
       BrushEx brush,
       PointF[] polygon
    )

    Parameters

    brush
    polygon
    See Also