AddPoint

<< Click to Display Table of Contents >>

 

AddPoint

AddPoint(X, Y, [lIndexAt])

Adds a Polygon Point in the Collection of Polygon Points and returns this object. The object is created in the coordinates specified by the X and Y parameters and in the index specified by the lIndexAt parameter. If this parameter is omitted or equal to -1 (minus one), the Polygon Point is added at the end of the sequence of Polygon Points. Otherwise, the value of this parameter must be a number between 1 (one) and the value of the Count property.

Was this page useful?