ComponentSpace Marquee Control Reference

ScrollingText.HitTest Method (Point)

Tests whether the point, in screen coordinates, is within the boundaries of the scrolling 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 text; false otherwise

Remarks

The point must be expressed in screen coordinates.

See Also

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