Search
BaseGauge(T).HitTestObj Method
See Also
 






Checks whether the specified point lies within the visual structure of a scale element.

Namespace: MindFusion.Gauges.WinForms
Assembly: MindFusion.Gauges.WinForms

 Syntax

C#  Copy Code

public bool HitTestObj (
    PointF point,
    HitTestResultHandler f
)

Visual Basic  Copy Code

Public Function HitTestObj( _
    point As PointF, _
    f As HitTestResultHandler _
) As Boolean

 Parameters

point

The point to test.

f

A delegate invoked for VisualElement objects during hit-testing.

 Return Value

 See Also