The Ellipse class is a DisplayObject with a oval shape. The registration point
of this diaplay object is in the center of the Ellipse.
color:uint Implementation public function get color():uint public function set color(value:uint):voidellipseHeight:Number Implementation public function get ellipseHeight():Number public function set ellipseHeight(value:Number):voidellipseWidth:Number Implementation public function get ellipseWidth():Number public function set ellipseWidth(value:Number):voidpublic function Ellipse(width:Number = 1, height:Number = 1, color:uint = 0xFFFFFF, bm:String = normal)
The constructor creates a Dot with a specified radius.
Parameters | width:Number (default = 1) — The radius, in pixels, of the Dot.
|
| |
| height:Number (default = 1) — The color of the Dot.
|
| |
| color:uint (default = 0xFFFFFF) — The blendMode for the Dot.
|
| |
| bm:String (default = normal) |
Sun Feb 27 2011, 06:00 PM Z