C1.Excel Assembly / C1.Util Namespace / XLPath Class / AddPolygon Method
The points of the polygon.

In This Topic
AddPolygon Method
In This Topic
Adds the polygon figure for this path.
Syntax
'Declaration
 
Public Sub AddPolygon( _
   ByVal points() As System.Drawing.PointF _
) 
 

Parameters

points
The points of the polygon.
See Also