Creates a single circular or elliptical arc.
Syntax
HTML <PARAM NAME="Line0001" VALUE="Arc( x, y, width, height, startAngle, arcAngle, rotation)"> Scripting SGObj.Arc( x, y, width, height, startAngle, arcAngle, rotation ) File Arc( x, y, width, height, startAngle, arcAngle, rotation )
Parameters
- x, y
- Center of the arc.
- width
- Width of the rectangle containing the arc.
- height
- Height of the rectangle containing the arc.
- startAngle
- Beginning angle, in degrees.
- arcAngle
- Angle of the arc, relative to startAngle, in degrees.
- rotation
- Degree of rotation from the 0 degrees position.
Example
Right-click inside the frame and choose View Source to see the HTML code for the Arc method example.
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.