MindFusion WinForms Programmer's Guide
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 (
    PointF pt
)

Visual Basic  Copy Code

Public MustOverride Function HitTest( _
    pt As PointF _
) As Boolean

 Parameters

pt

 Return Value

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

 See Also

Manipulator Members
Manipulator Class
MindFusion.Diagramming.Manipulators Namespace