shapeObject.value.vertices
Description
The anchor points of the shape. Specify each point as an array of two floating-point values, and collect the point pairs into an array for the complete set of points. For example:
myShape.vertices = [[0,0], [0,1], [1,1], [1,0]];
Type
Array of floating-point pair arrays; read/write.