Search
Manipulator.HitTest Method (Point, Double)
See Also
 






Checks whether the specified point lies within the manipulator.

Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool HitTest (
    Point point,
    double radius
)

Visual Basic  Copy Code

Public Function HitTest( _
    point As Point, _
    radius As Double _
) As Boolean

 Parameters

point

radius

A hit-testing threshold.

 Return Value

true if the point is within the manipulator and the manipulator performed an action; otherwise, false.

 See Also