Returns the coordinates of the specified freeform drawing's vertices (and control points for Bézier curves) as a series of coordinate pairs. You can use the array returned by this property as an argument to the AddCurve method or AddPolyline method. Read-only Variant.
The following table shows how the Vertices property associates the values in the array vertArray()
with the coordinates of a triangle's vertices.
VertArray element | Contains |
---|---|
VertArray(1, 1) |
The horizontal distance from the first vertex to the left side of the slide |
VertArray(1, 2) |
The vertical distance from the first vertex to the top of the slide |
VertArray(2, 1) |
The horizontal distance from the second vertex to the left side of the slide |
VertArray(2, 2) |
The vertical distance from the second vertex to the top of the slide |
VertArray(3, 1) |
The horizontal distance from the third vertex to the left side of the slide |
VertArray(3, 2) |
The vertical distance from the third vertex to the top of the slide |