| パッケージ | flash.geom |
| public class Transform | |
| 継承 | Transform Object |
Matrix および新しい ColorTransform を作成し、表示オブジェクトの transform プロパティの適切なプロパティを設定します。
関連項目
| プロパティ | 定義 | ||
|---|---|---|---|
| colorTransform : ColorTransform
表示オブジェクトのカラーを全体的に調整する値を格納している ColorTransform オブジェクトです。
| Transform | ||
| concatenatedColorTransform : ColorTransform
[read-only]
この表示オブジェクトおよびルートレベルまでのすべての親オブジェクトに適用される、結合されたカラー変換を表す ColorTransform オブジェクトです。
| Transform | ||
| concatenatedMatrix : Matrix
[read-only]
この表示オブジェクトおよびルートレベルまでのそのすべての親オブジェクトに結合された変換行列を表す Matrix オブジェクトです。
| Transform | ||
![]() | constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクタ関数への参照です。
| Object | |
| matrix : Matrix
表示オブジェクトの拡大・縮小、回転、および変換に影響を与える値を格納している Matrix オブジェクトです。
| Transform | ||
| pixelBounds : Rectangle
[read-only]
ステージ上の表示オブジェクトの境界を示す矩形を定義する Rectangle オブジェクトです。
| Transform | ||
![]() | prototype : Object
[static]
クラスまたは関数オブジェクトのプロトタイプオブジェクトへの参照です。
| Object | |
| colorTransform | プロパティ |
colorTransform:ColorTransform [read-write]表示オブジェクトのカラーを全体的に調整する値を格納している ColorTransform オブジェクトです。
実装 public function get colorTransform():ColorTransform
public function set colorTransform(value:ColorTransform):void
TypeError — ColorTransform は、設定時に null に設定されます。
|
関連項目
| concatenatedColorTransform | プロパティ |
concatenatedColorTransform:ColorTransform [read-only]この表示オブジェクトおよびルートレベルまでのすべての親オブジェクトに適用される、結合されたカラー変換を表す ColorTransform オブジェクトです。異なるレベルで異なるカラー変換を適用した場合、すべての変換が連結されて、このプロパティ用の 1 つの ColorTransform オブジェクトになります。
実装 public function get concatenatedColorTransform():ColorTransform
関連項目
| concatenatedMatrix | プロパティ |
concatenatedMatrix:Matrix [read-only]この表示オブジェクトおよびルートレベルまでのそのすべての親オブジェクトに結合された変換行列を表す Matrix オブジェクトです。異なるレベルで異なる変換行列を適用した場合、すべての行列が連結されて、このプロパティ用の 1 つの行列になります。
実装 public function get concatenatedMatrix():Matrix
| matrix | プロパティ |
matrix:Matrix [read-write]表示オブジェクトの拡大・縮小、回転、および変換に影響を与える値を格納している Matrix オブジェクトです。
実装 public function get matrix():Matrix
public function set matrix(value:Matrix):void
TypeError — 行列は、設定時に null に設定されます。
|
関連項目
| pixelBounds | プロパティ |
pixelBounds:Rectangle [read-only]ステージ上の表示オブジェクトの境界を示す矩形を定義する Rectangle オブジェクトです。
実装 public function get pixelBounds():Rectangle