Queries the specified location to determine if the point is over a RasterImageListItem.
public Leadtools.Winforms.RasterImageListItem HitTest(
int x,
int y
)
Public Function HitTest( _
ByVal x As Integer, _
ByVal y As Integer _
) As Leadtools.Winforms.RasterImageListItem
public:
Leadtools.Winforms.RasterImageListItem^ HitTest(
int x,
int y
)
x
The horizontal position of the coordinate in client coordinates.
y
The vertical position of the coordinate in client coordinates.
An RasterImageListItem object under the given location, or null (Nothing in VB) if no RasterImageListItem is under the location.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET