Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GcGraphics Class / DrawPolygon Method / DrawPolygon(Quadrilateral,Pen) Method
A quadrilateral specifying the polygon.
The pen to use.

In This Topic
    DrawPolygon(Quadrilateral,Pen) Method
    In This Topic
    Draws a polygon specified by an array of points, using a specified pen.
    Syntax
    'Declaration
     
    Public Overloads Sub DrawPolygon( _
       ByVal quadrilateral As Quadrilateral, _
       ByVal pen As Pen _
    ) 
    public void DrawPolygon( 
       Quadrilateral quadrilateral,
       Pen pen
    )

    Parameters

    quadrilateral
    A quadrilateral specifying the polygon.
    pen
    The pen to use.
    See Also