Error processing SSI file
(Leadtools.Controls)

Show in webframe

HitTestItems Method




Rectangle to test in physical (in viewer pixel) coordinates.
Items that intersect with a rectangle in physical (in viewer pixel) coordinates.
Syntax
public virtual ImageViewerItem[] HitTestItems( 
   LeadRectD rect
)
'Declaration
 
Public Overridable Function HitTestItems( _
   ByVal rect As LeadRectD _
) As ImageViewerItem()

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.
Remarks

For more information refer to Image Viewer Layouts, Image Viewer Appearance, Image Viewer Items, Image Viewer Transformation, and Image Viewer Bounds and Transform.

Requirements

Target Platforms

See Also

Reference

ImageViewer Class
ImageViewer Members

Error processing SSI file