Pakket | spark.utils |
Klasse | public class BitmapUtil |
Overerving | BitmapUtil Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Openbare eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
getSnapshot(target:IUIComponent, visibleBounds:Rectangle = null, propagateColorTransform:Boolean = false):BitmapData [statisch]
Creates a BitmapData representation of the target object. | BitmapUtil | ||
getSnapshotWithPadding(target:IUIComponent, padding:int = 4, propagateColorTransform:Boolean = false, bounds:Rectangle = null):BitmapData [statisch]
Creates a BitmapData representation of the target object. | BitmapUtil | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Methodedetails
getSnapshot | () | methode |
public static function getSnapshot(target:IUIComponent, visibleBounds:Rectangle = null, propagateColorTransform:Boolean = false):BitmapData
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Creates a BitmapData representation of the target object.
Parameters
target:IUIComponent — The object to capture in the resulting BitmapData
| |
visibleBounds:Rectangle (default = null ) — If non-null, this Rectangle will be populated with
the visible bounds of the object, relative to the object itself.
| |
propagateColorTransform:Boolean (default = false ) — If true, the target's color transform will
be applied to the bitmap capture operation.
|
BitmapData — A BitmapData object containing the image.
|
Gegenereerde uitzondering
SecurityError — The target object and all of its child
objects do not come from the same domain as the caller,
or are not in a content that is accessible to the caller by having called the
Security.allowDomain() method.
|
getSnapshotWithPadding | () | methode |
public static function getSnapshotWithPadding(target:IUIComponent, padding:int = 4, propagateColorTransform:Boolean = false, bounds:Rectangle = null):BitmapData
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Creates a BitmapData representation of the target object.
Parameters
target:IUIComponent — The object to capture in the resulting BitmapData
| |
padding:int (default = 4 ) — Padding, in pixels, around to target to be included in the bitmap.
| |
propagateColorTransform:Boolean (default = false ) — If true, the target's color transform will
be applied to the bitmap capture operation.
| |
bounds:Rectangle (default = null ) — If non-null, this Rectangle will be populated with
the visible bounds of the object, relative to the object itself.
|
BitmapData — A BitmapData object containing the image.
|
Gegenereerde uitzondering
SecurityError — The target object and all of its child
objects do not come from the same domain as the caller,
or are not in a content that is accessible to the caller by having called the
Security.allowDomain() method.
|
Wed Jun 13 2018, 11:42 AM Z