Packagecom.distriqt.extension.camera.device
Classpublic class CaptureImageResult
InheritanceCaptureImageResult Inheritance Object



Public Properties
 PropertyDefined By
  data : BitmapData
The bitmap data that was captured
CaptureImageResult
  orientation : String = 0
The values here are the equivalent of the EXIF orientation flags.
CaptureImageResult
Public Methods
 MethodDefined By
  
Constructor
CaptureImageResult
  
[static]
CaptureImageResult
Property Detail
dataproperty
public var data:BitmapData

The bitmap data that was captured

orientationproperty 
public var orientation:String = 0

The values here are the equivalent of the EXIF orientation flags. See the Orientation class for the definitions of these values.

See also

Constructor Detail
CaptureImageResult()Constructor
public function CaptureImageResult()

Constructor

Method Detail
fromObject()method
public static function fromObject(data:Object):CaptureImageResult

Parameters

data:Object

Returns
CaptureImageResult