Search
VisualElement.HitTestObj Method
See Also
 






Checks whether the specified point lies within the scale element's visual structure.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public virtual bool HitTestObj (
    PointF point,
    HitTestResultHandler f
)

Visual Basic  Copy Code

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

 Parameters

point

f

 Return Value

 See Also