| Package | com.yworks.graph.model |
| Interface | public interface IHitTestIterator |
| Method | Defined by | ||
|---|---|---|---|
|
iterateHits(x:Number, y:Number):Iterator
Yields and enumerator that enumerates the hits for a given world coordinate.
| IHitTestIterator | ||
| iterateHits | () | method |
public function iterateHits(x:Number, y:Number):IteratorYields and enumerator that enumerates the hits for a given world coordinate.
Parametersx:Number — the x coordinate in the world coordinate system
|
|
y:Number — the y coordinate in the world coordinate system
|
Iterator —
An enumerator that yields hits for the given coordinates
|