ComponentSpace Marquee Control Reference

ScrollingImage.HitTest Method (Point)

Tests whether the point, in screen coordinates, is within the boundaries of the scrolling image.

[Visual Basic]
Overloads Public Function HitTest( _
   ByVal point As Point _
) As ImageHitResult
[C#]
public ImageHitResult HitTest(
   Point point
);

Parameters

point
The point to test.

Return Value

The image hit result.

Remarks

The point must be expressed in screen coordinates.

See Also

ScrollingImage Class | ComponentSpace.Marquee Namespace | ScrollingImage.HitTest Overload List