Packageardisia.components.graphicsEditor
Classpublic class CropLasso
InheritanceCropLasso Inheritance spark.components.Group

Lasso displayed during a cropping operation.

Use the getCropLassoLocation() method to retrieve what pip the mouse is over. This way, each pip does not need to be an IEventDispatcher.

Created in actionscript for the purposes of drawing a dashed line.

Default MXML PropertymxmlContent



Public Methods
 MethodDefined By
  
Get the string description of where the mouse cursor is in relation to the croppingLassoInstance.
CropLasso
Method Detail
getCropLassoLocation()method
public function getCropLassoLocation():String

Get the string description of where the mouse cursor is in relation to the croppingLassoInstance. Assumes a pip width/height of 8 pixels.

Possible values are: northWest, north, northEast, east, southEast, south, southWest, west. See the CompassQuadrant class. See the CompassQuadrant class.

Returns
String — CompassQuadrant string