AnnHitTestBehavior Enumeration

Summary

Indicates the hit-test behavior.

Syntax
TypeScript
JavaScript
lt.Annotations.Engine.AnnHitTestBehavior = { 
	intersects: 0, 
	contains: 1 
} 
lt.Annotations.Engine.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.

Remarks

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

Requirements

Target Platforms

Help Version 23.0.2024.3.4
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.