←Select platform

AnnHitTestBehavior Enumeration

Summary

Indicates the hit-test behavior.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public enum AnnHitTestBehavior
Public Enum AnnHitTestBehavior
public enum AnnHitTestBehavior
typedef enum LTAnnHitTestBehavior
public enum AnnHitTestBehavior
Leadtools.Annotations.Core.AnnHitTestBehavior = function() { }; 
Leadtools.Annotations.Core.AnnHitTestBehavior.prototype = { 
 
  Intersects = 0x00000000, 
    Contains = 0x00000001, 
     
 }; 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Core Assembly
Click or drag to resize