| Package | qnx.events |
| Class | public class IowWindowSnapshotEvent |
| Inheritance | IowWindowSnapshotEvent flash.events.Event |
IowWindowSnapshotEvent class is used to notify listeners when IowWindow
snapshot operations occur.
See also
| Property | Defined By | ||
|---|---|---|---|
| id : String
The ID that is passed to IowWindow.createSnapshot. | IowWindowSnapshotEvent | ||
| image : BitmapData
A snapshot of a window. | IowWindowSnapshotEvent | ||
| window : IowWindow
A snapshot of a window. | IowWindowSnapshotEvent | ||
| Method | Defined By | ||
|---|---|---|---|
IowWindowSnapshotEvent(type:String, _image:BitmapData, _window:IowWindow, _id:String)
Creates an IowWindowSnapshotEvent instance. | IowWindowSnapshotEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| SNAPSHOT_CREATED : String = snapshotCreated [static]
Dispatched when the snapshot operation completes successfully. | IowWindowSnapshotEvent | ||
| SNAPSHOT_FAILED : String = snapshotFailed [static]
Dispatched when the snapshot operation fails. | IowWindowSnapshotEvent | ||
| id | property |
| image | property |
public var image:BitmapDataA snapshot of a window.
This is applicable only if the snapshot is to be returned as a bitmap.
See also
| window | property |
public var window:IowWindowA snapshot of a window.
This is applicable only if the snapshot is to be returned as a window.
See also
| IowWindowSnapshotEvent | () | Constructor |
public function IowWindowSnapshotEvent(type:String, _image:BitmapData, _window:IowWindow, _id:String)
Creates an IowWindowSnapshotEvent instance.
type:String — The snapshot type.
| |
_image:BitmapData — The snapshot image data.
| |
_window:IowWindow — The snapshot window object.
| |
_id:String — The ID of the window.
|
| SNAPSHOT_CREATED | Constant |
public static const SNAPSHOT_CREATED:String = snapshotCreatedDispatched when the snapshot operation completes successfully.
| SNAPSHOT_FAILED | Constant |
public static const SNAPSHOT_FAILED:String = snapshotFailedDispatched when the snapshot operation fails.