MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE Reference page 1031

Actionscript 2.0 language reference
Table of Contents

Advertisement

Modifiers
Property
size:Point
top:Number
topLeft:Point
width:Number
x:Number
y:Number
Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
Constructor summary
Signature
Rectangle(x:Number,
y:Number,
width:Number,
height:Number)
Method summary
Modifiers
Signature
clone() : Rectangle
contains(x:Number,
y:Number) : Boolean
containsPoint(pt:Poi
nt) : Boolean
Description
The size of the Rectangle object, expressed as a Point
object with the values of the width and height
properties.
The y coordinate of the top-left corner of the
rectangle.
The location of the Rectangle object's top-left corner
determined by the x and y values of the point.
The width of the rectangle in pixels.
The x coordinate of the top-left corner of the
rectangle.
The y coordinate of the top-left corner of the
rectangle.
property),
Description
Creates a new Rectangle object whose top-left corner is specified by
the x and y parameters.
Description
Returns a new Rectangle object with the same values
for the x, y, width, and height properties as the
original Rectangle object.
Determines whether the specified point is contained
within the rectangular region defined by this
Rectangle object.
Determines whether the specified point is contained
within the rectangular region defined by this
Rectangle object.
__proto__ (Object.__proto__
property),
__resolve
Rectangle (flash.geom.Rectangle)
1031

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents