Search
Button.HitTest Method
See Also
 





Manipulator.HitTest override.

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

 Syntax

C#  Copy Code

public override bool HitTest (
    PointF point
)

Visual Basic  Copy Code

Public Overrides Function HitTest( _
    point As PointF _
) As Boolean

 Parameters

point

The point to check.

 Return Value

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

 See Also