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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly