Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace : AnnHitTestBehavior Enumeration |
public enum AnnHitTestBehavior : System.Enum
'Declaration
Public Enum AnnHitTestBehavior Inherits System.Enum
public enum AnnHitTestBehavior : System.Enum
typedef enum LTAnnHitTestBehavior
public enum AnnHitTestBehavior
Leadtools.Annotations.Core.AnnHitTestBehavior = function() { }; Leadtools.Annotations.Core.AnnHitTestBehavior.prototype = {
Intersects = 0x00000000, Contains = 0x00000001, };
Value | Member | Description |
---|---|---|
0x00000000 | Intersects | The selection rectangle can intersect 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 using a selection rectangle.
System.Object
System.ValueType
System.Enum
Leadtools.Annotations.Core.AnnHitTestBehavior