drawOval

Syntax: drawOval document, bounds, filled

Draws an oval on the current page, bounded by the rectangle specified in bounds. If the filled parameter is TRUE, the oval is filled using the current color. Otherwise, the oval is stroked using the current line weight and color.

Example:

drawOval doc, Rect(0,0,100,100), FALSE