←Select platform

HitTestItems Method

Summary

Items that intersect with a rectangle in physical (in viewer pixel) coordinates.

Syntax
C#
VB
C++
public virtual ImageViewerItem[] HitTestItems( 
   LeadRectD rect 
) 
Public Overridable Function HitTestItems( 
   ByVal rect As LeadRectD 
) As ImageViewerItem() 
public:  
   virtual array<ImageViewerItem^>^ HitTestItems( 
      LeadRectD^ rect 
   ) 

Parameters

rect

Rectangle to test in physical (in viewer pixel) coordinates.

Return Value

An array containing the items that intersect with the rectangle. Or an empty array if no items satisfies the condition.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.