ActiveReports 13
InputHitTest(Point) Method

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : InputHitTest(Point) Method
The offset coordinates within this element.
Returns the input element within the current element that is at the specified coordinates, relative to the current element's origin.
Syntax
'Declaration
 
Public Function InputHitTest( _
   ByVal point As Point _
) As IInputElement
public IInputElement InputHitTest( 
   Point point
)

Parameters

point
The offset coordinates within this element.

Return Value

The element child that is located at the given position.
See Also

Reference

Viewer Class
Viewer Members