←Select platform

HitTest(Rect) Method

Summary

Retrieves the collection of objects that have boundaries inside a specifiec value.

Syntax

C#
VB
C++
public AnnObjectCollection HitTest( 
   Rect testRect 
) 
  
Public Overloads Function HitTest( _ 
   ByVal testRect As Rect _ 
) As Leadtools.Windows.Annotations.AnnObjectCollection 

Parameters

testRect
The System.Windows.Rect to be tested.

Return Value

An AnnObjectCollection that contains the objects that have boundaries inside testRect.

Remarks

testRect should be in physical coordinates.

Example

For C#/VB examples, refer to AnnContainer.

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.Windows.Annotations Assembly