包 | 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, 11:04 AM Z