Creates a closed spline shape, defined by a series of points.
Syntax
HTML <PARAM NAME="Line0001" VALUE="FillSpline ( numpoints[action, xPoint, yPoint], rotation )"> Scripting SGObj.FillSpline ( numpoints, [action, xPoint, yPoint], rotation ) File FillSpline ( numpoints, [action, xPoint, yPoint], rotation )
Parameters
- numpoints
- Number of points in the spline.
- action
- Integer that defines what the spline does at the x, y coordinate. Can be one of the following values.
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. - xPoint
- The x-coordinate for the spline control point.
- yPoint
- The y-coordinate for the spline control point.
- rotation
- Degree of rotation.
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.