Package | ardisia.components.graphicsEditor |
Class | public class BitmapLasso |
Inheritance | BitmapLasso spark.components.Group |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
Checkerboard : Class | BitmapLasso | ||
type : String
Type of bitmap lasso to draw. | BitmapLasso |
Property | Defined By | ||
---|---|---|---|
bmd : BitmapData
Bitmap data used for the rectangular bitmap lasso. | BitmapLasso |
bmd | property |
protected var bmd:BitmapData
Bitmap data used for the rectangular bitmap lasso.
Checkerboard | property |
public var Checkerboard:Class
type | property |
type:String
Type of bitmap lasso to draw.
See the BitmapLassoShapes class.
The default value is BitmapLassoShapes.RECTANGLE
.
public function get type():String
public function set type(value:String):void