ActiveReports Developer 7
HitTest Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Layout Namespace > ILayoutArea Interface : HitTest Method

point
The point to test.

Glossary Item Box

Tries to find area corresponding to the specifed point.

Syntax

Visual Basic (Declaration) 
Function HitTest( _
   ByVal point As PointFEx _
) As HitTestInfo
C# 
HitTestInfo HitTest( 
   PointFEx point
)

Parameters

point
The point to test.

See Also