Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

HitTestItemPart Method

Show in webframe
The reference item. This value cannot be null.
The point in physical (in viewer pixel) coordinates.
Specific part of the item under a physical (in viewer pixel) coordinates.
Syntax
 function Leadtools.Controls.ImageViewer.hitTestItemPart( 
   item ,
   point 
)

Parameters

ParameterTypeDescription
itemImageViewerItemThe reference item. This value cannot be null.
pointLeadPointDThe point in physical (in viewer pixel) coordinates.

Return Value

TypeDescription
ImageViewerItemPart The specific item part under the specified point, or ImageViewerItemPart.View if the point is not over the item.
Remarks

HitTestItem method will return the item if any part of it is under the specified point. To further fine-tune the hit testing operation and obtain the specific item part, call HitTestItemPart passing the item obtained from HitTestItem and the desired part.

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

Example

For an example, refer to HitTestItem.

See Also

Reference

ImageViewer Object
ImageViewer Members

Error processing SSI file