| Package | com.yworks.canvas.drawing |
| Interface | public interface IMarqueeTestable |
| Implementors | AbstractStyleRenderer, DefaultPortCandidateDescriptor, RectangleMarqueeTestable, ShapePaintable |
| Method | Defined by | ||
|---|---|---|---|
|
Returns
true if the corresponding
item is considered to intersect the given rectangular box.This method may return false if the item cannot be
selected using a selection marquee or optionally if the
item is only partially contained within the box. | IMarqueeTestable | ||
| isInBox | () | method |
public function isInBox(box:IRectangle, ctx:ICanvasContext):Boolean
Returns true if the corresponding
item is considered to intersect the given rectangular box.
This method may return false if the item cannot be
selected using a selection marquee or optionally if the
item is only partially contained within the box.
box:IRectangle — The box describing the marquee's bounds
|
|
ctx:ICanvasContext — The current canvas context
|
Boolean — true if the item is considered to be captured by the marquee
|