ComponentSpace Marquee Control Reference

ScrollingImageText.HitTest Method (Point)

Tests whether the point, in screen coordinates, is within the boundaries of the scrolling images and text.

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

Parameters

point
The point to test.

Return Value

true if the point is within the boundaries of the scrolling images and text; false otherwise

Remarks

The point must be expressed in screen coordinates.

See Also

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