C#
VB
Java
Objective-C
WinRT C#
C++
Indicates the hit-test behavior.
public enum AnnHitTestBehavior Public Enum AnnHitTestBehavior
public enum AnnHitTestBehavior typedef enum LTAnnHitTestBehavior public enum AnnHitTestBehavior Leadtools.Annotations.Core.AnnHitTestBehavior = function() { };Leadtools.Annotations.Core.AnnHitTestBehavior.prototype = {Intersects = 0x00000000,Contains = 0x00000001,};
public:enum class AnnHitTestBehavior sealed
Members
| Value | Member | Description |
|---|---|---|
| 0 | Intersects | The selection rectangle can intersect 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 using 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
