VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfGraphics Class / FillPolygon(PdfBrush,PointF[]) Method
Syntax Requirements SeeAlso
In This Topic
    FillPolygon(PdfBrush,PointF[]) Method (PdfGraphics)
    In This Topic
    Fills the interior of a polygon defined by an array of points specified by System.Drawing.PointF structures.
    Syntax
    'Declaration
    
    Public Sub FillPolygon( _
    ByVal brush
    PdfBrush that determines the characteristics of the fill.
    As PdfBrush, _
    ByVal points
    Array of System.Drawing.PointF structures that represent the vertices of the polygon to fill.
    () As System.Drawing.PointF _
    )
    public void FillPolygon(
    PdfBrush brush,
    System.Drawing.PointF[] points
    )
    public: void FillPolygon(
    PdfBrush* brush,
    System.Drawing.PointF[]* points
    )
    public:
    void FillPolygon(
    PdfBrush^ brush,
    array<System.Drawing.PointF>^ points
    )

    Parameters

    brush
    PdfBrush that determines the characteristics of the fill.
    points
    Array of System.Drawing.PointF structures that represent the vertices of the polygon to fill.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also