Oval Method

Path Control

Specifies an oval path, with its starting point at the top center point of the oval (12 o'clock position). This method can be used or modified only when the path is stopped.

Syntax

HTML<PARAM NAME="Shape"
VALUE=" Oval( xpos, ypos, width, height ) ">
ScriptingpathObj.Oval( xpos , ypos , width , height )

Parameters

xpos
The x position defining the topmost point of the oval.
ypos
The y position defining the leftmost point of the oval.
width
Width of the oval.
height
Height of the oval.

Example

Right-click inside the frame and select View Source to see the HTML code for the Oval method example.


Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.