Search
Manipulator.HitTest Method
See Also
 





Checks whether the specified point lies within the manipulator's boundaries.

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

 Syntax

C#  Copy Code

public abstract bool HitTest (
    Point point
)

Visual Basic  Copy Code

Public MustOverride Function HitTest( _
    point As Point _
) As Boolean

 Parameters

point

 Return Value

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

 See Also