Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.WinForms Namespace > RasterThumbnailBrowser Class : HitTest Method |
public RasterImageListItem HitTest( int x, int y )
'Declaration Public Function HitTest( _ ByVal x As Integer, _ ByVal y As Integer _ ) As RasterImageListItem
'Usage Dim instance As RasterThumbnailBrowser Dim x As Integer Dim y As Integer Dim value As RasterImageListItem value = instance.HitTest(x, y)
public: RasterImageListItem^ HitTest( int x, int y )
This example will create and populate a RasterImageList control, and then performs hittesting when the user right clicks on the control and shows the item information.