Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

HitTestItems Method

Show in webframe
Rectangle to test in physical (in viewer pixel) coordinates.
Items that intersect with a rectangle in physical (in viewer pixel) coordinates.
Syntax
 function Leadtools.Controls.ImageViewer.hitTestItems( 
   rect 
)

Parameters

ParameterTypeDescription
rectLeadRectDRectangle to test in physical (in viewer pixel) coordinates.

Return Value

TypeDescription
ImageViewerItem 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.

See Also

Reference

ImageViewer Object
ImageViewer Members

Error processing SSI file