'Declaration
Public Overloads Overrides NotOverridable Function HitTest( _ ByVal x As Double, _ ByVal y As Double, _ ByVal rect As Rectangle, _ ByVal connecting As Boolean, _ ByVal zoomFactor As Double _ ) As HitTestInfo
'Usage
Dim instance As CellNote Dim x As Double Dim y As Double Dim rect As Rectangle Dim connecting As Boolean Dim zoomFactor As Double Dim value As HitTestInfo value = instance.HitTest(x, y, rect, connecting, zoomFactor)
public override HitTestInfo HitTest( double x, double y, Rectangle rect, bool connecting, double zoomFactor )
Parameters
- x
- The x-coordinate at which to retrieve hit test information.
- y
- The y-coordinate at which to retrieve hit test information.
- rect
- The client rectangle of the shape.
- connecting
- zoomFactor
- The scaling factor for displaying.
Return Value
The hit test information at the position of a control.