パッケージ | spark.utils |
クラス | public class BitmapUtil |
継承 | BitmapUtil Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Flex 4 |
ランタイムバージョン: | Flash Player 10, AIR 1.5 |
パブリックプロパティ
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
getSnapshot(target:IUIComponent, visibleBounds:Rectangle = null, propagateColorTransform:Boolean = false):BitmapData [静的]
ターゲットオブジェクトの BitmapData 表現を作成します。 | BitmapUtil | ||
getSnapshotWithPadding(target:IUIComponent, padding:int = 4, propagateColorTransform:Boolean = false, bounds:Rectangle = null):BitmapData [静的]
ターゲットオブジェクトの BitmapData 表現を作成します。 | BitmapUtil | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
メソッドの詳細
getSnapshot | () | メソッド |
public static function getSnapshot(target:IUIComponent, visibleBounds:Rectangle = null, propagateColorTransform:Boolean = false):BitmapData
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Flex 4 |
ランタイムバージョン: | Flash Player 10, AIR 1.5 |
ターゲットオブジェクトの BitmapData 表現を作成します。
パラメーター
target:IUIComponent — 結果の BitmapData でキャプチャするオブジェクトです。
| |
visibleBounds:Rectangle (default = null ) — null でない場合、この Rectangle に、オブジェクトそのものを基準にオブジェクトの境界が表示されます。
| |
propagateColorTransform:Boolean (default = false ) — true の場合、ターゲットのカラー変換はビットマップキャプチャ操作に適用されます。
|
BitmapData — イメージを含む BitmapData オブジェクトです。
|
例外
SecurityError — target オブジェクト、およびすべての子オブジェクトが呼び出し元と同じドメインに属していないか、Security.allowDomain() メソッド呼び出し後に呼び出し元からアクセスできるコンテンツに含まれていません。
|
getSnapshotWithPadding | () | メソッド |
public static function getSnapshotWithPadding(target:IUIComponent, padding:int = 4, propagateColorTransform:Boolean = false, bounds:Rectangle = null):BitmapData
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Flex 4 |
ランタイムバージョン: | Flash Player 10, AIR 1.5 |
ターゲットオブジェクトの BitmapData 表現を作成します。
パラメーター
target:IUIComponent — 結果の BitmapData でキャプチャするオブジェクトです。
| |
padding:int (default = 4 ) — ビットマップに含められるターゲットの周りのピクセル単位のパディングです。
| |
propagateColorTransform:Boolean (default = false ) — true の場合、ターゲットのカラー変換はビットマップキャプチャ操作に適用されます。
| |
bounds:Rectangle (default = null ) — null でない場合、この Rectangle に、オブジェクトそのものを基準にオブジェクトの境界が表示されます。
|
BitmapData — イメージを含む BitmapData オブジェクトです。
|
例外
SecurityError — target オブジェクト、およびすべての子オブジェクトが呼び出し元と同じドメインに属していないか、Security.allowDomain() メソッド呼び出し後に呼び出し元からアクセスできるコンテンツに含まれていません。
|
Tue Jun 12 2018, 10:34 AM Z