ActiveReports 8
HitTest Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also