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






Draws a polygon defined by an array of Point structures.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void DrawPolygon (
    Pen pen,
    Point[] points
)

Visual Basic  Copy Code

Sub DrawPolygon( _
    pen As Pen, _
    points() As Point _
)

 Parameters

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

 See Also

DrawPolygon Method Overload List
IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace