Package | ardisia.components.graphicsEditor |
Class | public class CropLasso |
Inheritance | CropLasso spark.components.Group |
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
Method | Defined By | ||
---|---|---|---|
getCropLassoLocation():String
Get the string description of where the mouse cursor is in relation to
the croppingLassoInstance. | CropLasso |
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.
ReturnsString — CompassQuadrant string
|