Indicates the hit-test behavior
lt.Annotations.Core.AnnHitTestBehavior = {
Intersects: 0,
Contains: 1
}
lt.Annotations.Core.AnnHitTestBehavior = {
Intersects: 0,
Contains: 1
}
Members
0 | Intersects |
(0) The selection rectangle can interesct with any part of the object. |
1 | Contains |
(1) 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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET