Leadtools.Annotations.Core.AnnHitTestBehavior = function() { };
Leadtools.Annotations.Core.AnnHitTestBehavior.prototype = {
intersects = 0x00000000,
contains = 0x00000001,
};
| Value | Member | Description |
|---|---|---|
| 0x00000000 | intersects |
The selection rectangle can interesct with any part of the object. |
| 0x00000001 | contains |
The selection rectangle must fully contain the object. |
Used by the AnnContainer.HitTestBehavior property to determine how objects are hit-tested through a selection rectangle.