AnnHitTestBehavior Enumeration

Summary

Indicates the hit-test behavior

Syntax

JavaScript Syntax
lt.Annotations.Core.AnnHitTestBehavior = { 
	Intersects: 0, 
	Contains: 1 
} 
TypeScript Syntax
lt.Annotations.Core.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly