Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace > ImageViewer Class : HitTestItemPart Method |
public virtual ImageViewerItemPart HitTestItemPart( ImageViewerItem item, LeadPoint point )
'Declaration
Public Overridable Function HitTestItemPart( _ ByVal item As ImageViewerItem, _ ByVal point As LeadPoint _ ) As ImageViewerItemPart
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.
For an example, refer to HitTestItem.