Creates an ellipse that fits within the bounding rectangle specified by the x, y, width and height parameters.
Syntax
HTML <PARAM NAME="Line0001" VALUE="Oval( x, y, width, height, rotation )"> Scripting SGObj.Oval( x, y, width, height, rotation ) File Oval( x, y, width, height, rotation )
Parameters
- x, y
- The x- and y-coordinates for the start of the bounding rectangle.
- width
- Width of the rectangle.
- height
- Height of the rectangle.
- 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 this example.
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.