←Select platform

AnnHitTestBehavior Enumeration

Summary

Indicates the hit-test behavior.

Syntax
C#
VB
Objective-C
C++
Java
public enum AnnHitTestBehavior  
Public Enum AnnHitTestBehavior  
typedef enum LTAnnHitTestBehavior 
public enum AnnHitTestBehavior 
public: 
   enum class AnnHitTestBehavior sealed 

Members
ValueMemberDescription
0Intersects The selection rectangle can intersect with any part of the object.
1Contains The selection rectangle must fully contain the object.

Remarks

Used by the AnnContainer.HitTestBehavior property to determine how objects are hit-tested using a selection rectangle.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly