Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.73 KB

File metadata and controls

26 lines (16 loc) · 1.73 KB

OvalObject summary

Inheritance Element object >Shape object Oval object

Availability

Flash CS3 Professional.

Description

The Oval object is a shape that is drawn using the Oval Primitive tool. To determine if an item is an Oval object, use shape.isOvalObject.

Property summary

In addition to the Shape object properties, you can use the following properties with the Oval object. To set the properties of an Oval object, use document.setOvalObjectProperty().

Property Description
OvalObject.closePath Read-only; a Boolean value that specifies whether the Close Path check box in the Property inspector is selected.
OvalObject.endAngle Read-only; a float value that specifies the end angle of the Oval object.
OvalObject.innerRadius Read-only; a float value that specifies the inner radius of the Oval object as a percentage.
OvalObject.startAngle Read-only; a float value that specifies the start angle of the Oval object.