Charting for WinForms Programmer's Guide
GdiGraphics.DrawPolygon Method (Pen, PointF[])
See Also
 






Draws a polygon defined by an array of PointF structures.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual void DrawPolygon (
    Pen pen,
    PointF[] points
)

Visual Basic  Copy Code

Public Overridable Sub DrawPolygon( _
    pen As Pen, _
    points() As PointF _
)

 Parameters

pen
A .NET Pen object that determines the color, width, and style of the polygon.
points
An array of .NET PointF structures that represent the vertices of the polygon.

 See Also

DrawPolygon Method Overload List
GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace