(Preview)
Package | mx.geom |
Class | public class Transform |
Inheritance | Transform ![]() ![]() |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
target
property which is the IVisualElement that the Transform has been assigned to.
The IVisualElement implementations typically set the target to themselves when the Transform
is assigned to their transform
property.
Changes to the Transform properties automatically get pushed to the target. Reading from the Transform properties reads directly from the target's transform.
More examples
Related API Elements
Public Properties
Property | Defined By | ||
---|---|---|---|
![]() | colorTransform : flash.geom:ColorTransform
A ColorTransform object containing values that universally adjust the colors in
the display object. | Transform | |
![]() | concatenatedColorTransform : flash.geom:ColorTransform [read-only]
A ColorTransform object representing the combined color transformations applied to the display object
and all of its parent objects, back to the root level. | Transform | |
![]() | concatenatedMatrix : Matrix [read-only]
A Matrix object representing the combined transformation matrixes of the
display object and all of its parent objects, back to the root level. | Transform | |
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | |
![]() | matrix : Matrix
A Matrix object containing values that alter the scaling, rotation,
and translation of the display object. | Transform | |
![]() | perspectiveProjection : PerspectiveProjection
Provides access to the PerspectiveProjection object of a three-dimensional display
object. | Transform | |
![]() | pixelBounds : Rectangle [read-only]
A Rectangle object that defines the bounding rectangle of the display object on the stage. | Transform |
Public Methods
Method | Defined By | ||
---|---|---|---|
![]() |
Indicates whether an object has a specified property defined. | Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | |
![]() |
Indicates whether the specified property exists and is enumerable. | Object | |
![]() |
Sets the availability of a dynamic property for loop operations. | Object | |
![]() |
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | |
![]() |
Returns the string representation of the specified object. | Object | |
![]() |
Returns the primitive value of the specified object. | Object |
Wed Nov 21 2018, 06:34 AM -08:00