Leadtools.Annotations.Core.AnnHitTestBehavior = function() { };
Leadtools.Annotations.Core.AnnHitTestBehavior.prototype = {
intersects = 0,
contains = 1,
};
Value | Member | Description |
---|---|---|
0 | intersects | The selection rectangle can interesct with any part of the object. |
1 | 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.