Creates a spline shape defined by a series of points, filled with the current color set in the SetFillColor method.
Syntax
HTML <PARAM NAME="Line0001" VALUE="PolySpline ( nPoints, [action, xPoint, yPoint], rotation )"> Scripting SGObj.PolySpline ( npoints, [action, xPoint, yPoint], rotation ) File PolySpline ( npoints, [action, xPoint, yPoint], rotation )
Parameters
0 | Move to the x, y coordinate. |
1 | Draw a line from the previous x, y coordinate to the current one. |
2 | Draw a bezier line from the previous coordinate to the current one. |
3 | Close the line to the first coordinate. |
4 | Close the bezier to the first coordinate. |
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.