Property | Type | Description | |
---|---|---|---|
BlendMode | uint | ||
Filter | |||
Name | string | ||
Touchable | bool | ||
Visible | bool |
Property | Type | Description | |
---|---|---|---|
_alpha | float |
Method | Description | |
---|---|---|
Align ( HAlign hAlign, VAlign vAlign ) : void |
Moves the pivot point to a certain position within the local coordinate system of the object.
|
|
AlignPivotToCenter ( ) : void |
Moves the pivot point to the center of the object.
|
|
BoundsInSpace ( |
Returns a rectangle that completely encloses the object as it appears in another coordinate system.
|
|
GlobalToLocal ( Point globalPoint ) : Point |
Transforms a point from global (stage) coordinates to the local coordinate system.
|
|
HitTestPoint ( Point localPoint ) : |
Returns the object that is found topmost on a point in local coordinates, or null if the test fails.
|
|
LocalToGlobal ( Point localPoint ) : Point |
Transforms a point from the local coordinate system to global (stage) coordinates.
|
|
RemoveFromParent ( ) : void |
Removes the object from its parent, if it has one.
|
|
Render ( |
Renders the display object with the help of a support object.
|
|
TransformationMatrixToSpace ( |
Creates a matrix that represents the transformation from the local coordinate system to another.
|
Method | Description | |
---|---|---|
DisplayObject ( ) : System |
Method | Description | |
---|---|---|
BroadcastAddedToStageEvent ( |
||
BroadcastEnterFrameEvent ( float passedTime ) : void | ||
BroadcastRemovedFromStageEvent ( |
||
InvokeAdded ( |
||
InvokeKeyDown ( |
||
InvokeKeyUp ( |
||
InvokeRemoved ( ) : void | ||
InvokeTouch ( |
public Align ( HAlign hAlign, VAlign vAlign ) : void | ||
hAlign | HAlign | |
vAlign | VAlign | |
return | void |
public abstract BoundsInSpace ( |
||
targetSpace | ||
return |
public GlobalToLocal ( Point globalPoint ) : Point | ||
globalPoint | Point | |
return | Point |
public HitTestPoint ( Point localPoint ) : |
||
localPoint | Point | |
return |
public LocalToGlobal ( Point localPoint ) : Point | ||
localPoint | Point | |
return | Point |
public abstract Render ( |
||
support | ||
return | void |
public TransformationMatrixToSpace ( |
||
targetSpace | ||
return | Matrix |
public FragmentFilter,SparrowSharp.Filters Filter | ||
return |