Property | Defined By | ||
---|---|---|---|
bitmap : BitmapData | FaceDictionaryVO | ||
dirty : Boolean | FaceDictionaryVO |
Method | Defined By | ||
---|---|---|---|
FaceDictionaryVO(width:Number = 0, height:Number = 0) | FaceDictionaryVO | ||
clear():void | FaceDictionaryVO | ||
reset(width:Number, height:Number):void | FaceDictionaryVO |
bitmap | property |
public var bitmap:BitmapData
dirty | property |
public var dirty:Boolean
FaceDictionaryVO | () | Constructor |
public function FaceDictionaryVO(width:Number = 0, height:Number = 0)
width:Number (default = 0 )
| |
height:Number (default = 0 )
|
clear | () | method |
public function clear():void
reset | () | method |
public function reset(width:Number, height:Number):void
Parameters
width:Number | |
height:Number |