Chapter 35: rectangle object, Rectangleobject.bottomleftradius, Rectangle object – Adobe Extending Flash Professional CS4 User Manual
Page 386: For examples
364
Chapter 35: Rectangle object
Inheritance
>
Availability
Flash CS3 Professional.
Description
The Rectangle object is a shape that is drawn using the Rectangle Primitive tool. To determine if an item is a Rectangle
object, use
Property summary
In addition to the
properties, you can use the following properties with the Rectangle object. To set the
properties of a Rectangle object, use
document.setRectangleObjectProperty()
RectangleObject.bottomLeftRadius
Availability
Flash CS3 Professional.
Usage
RectangleObject.bottomLeftRadius
Description
Read-only property; a float value that sets the radius of the bottom-left corner of the Rectangle object. If
is
true
, trying to set this value has no effect.
To set this value, use
document.setRectangleObjectProperty()
.
See also
document.setRectangleObjectProperty()
RectangleObject.bottomRightRadius
,
,
RectangleObject.topRightRadius
Property
Description
RectangleObject.bottomLeftRadius
Read-only; a float value that sets the radius of the bottom-left corner of the
Rectangle object.
RectangleObject.bottomRightRadius
Read-only; a float value that sets the radius of the bottom-right corner of
the Rectangle object.
Read-only; a Boolean value that determines whether different corners of
the rectangle can have different radius values.
Read-only; a float value that sets the radius of all corners of the rectangle
or that sets only the radius of the top-left corner of the Rectangle object.
RectangleObject.topRightRadius
Read-only; a float value that sets the radius of the top-right corner of the
Rectangle object.