[C#]
void AddPolygon(Point[] pts); void AddPolygon(PointF[] pts);
[Visual Basic]
Sub AddPolygon(pts As Point()) Sub AddPolygon(pts As PointF())
None.