Draws a polygon defined by an array of .NET Point structures. Namespace: MindFusion.Drawing
|
C#
![]() |
---|
public void DrawPolygon ( |
Visual Basic
![]() |
---|
Public Sub DrawPolygon ( _ |
Every pair of two consecutive points in the array specifies a side of the polygon. In addition, if the last point and the first point of the array do not coincide, they specify the last side of the polygon.