←Select platform

AnnHitTestBehavior Enumeration

Summary
Indicates the hit-test behavior.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum AnnHitTestBehavior  
typedef NS_ENUM(NSInteger, LTAnnHitTestBehavior) { 
 LTAnnHitTestBehaviorIntersects = 0,  
 LTAnnHitTestBehaviorContains = 1,  
}; 
public enum AnnHitTestBehavior 
public: 
   enum class AnnHitTestBehavior sealed 
class AnnHitTestBehavior(Enum): 
   Intersects = 0 
   Contains = 1 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.