Packageardisia.components.graphicsEditor
Classpublic class BitmapLasso
InheritanceBitmapLasso Inheritance spark.components.Group

Bitmap lasso for use by the GraphicsEditor component.

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  Checkerboard : Class
BitmapLasso
  type : String
Type of bitmap lasso to draw.
BitmapLasso
Protected Properties
 PropertyDefined By
  bmd : BitmapData
Bitmap data used for the rectangular bitmap lasso.
BitmapLasso
Property Detail
bmdproperty
protected var bmd:BitmapData

Bitmap data used for the rectangular bitmap lasso.

Checkerboardproperty 
public var Checkerboard:Class

typeproperty 
type:String

Type of bitmap lasso to draw.

See the BitmapLassoShapes class.

The default value is BitmapLassoShapes.RECTANGLE.


Implementation
    public function get type():String
    public function set type(value:String):void