C#
VB
C++
Retrieves the collection of objects that have boundaries inside a specifiec value.
public AnnObjectCollection HitTest(
Rect testRect
)
Public Overloads Function HitTest( _
ByVal testRect As Rect _
) As Leadtools.Windows.Annotations.AnnObjectCollection
public:
Leadtools.Windows.Annotations.AnnObjectCollection^ HitTest(
Rect testRect
)
testRect
The System.Windows.Rect to be tested.
An AnnObjectCollection that contains the objects that have boundaries inside testRect.
testRect should be in physical coordinates.
For C#/VB examples, refer to AnnContainer.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET