ComponentSpace Marquee Control Reference

PositionData.HitTest Method 

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

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

Parameters

point
The point to test, in client coordinates.

Return Value

The image hit result.

Remarks

The point must be expressed in client coordinates for the scrolling image control.

See Also

PositionData Class | ComponentSpace.Marquee Namespace