Search
Button.HitTest Method
See Also
 





Manipulator.HitTest override.

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

 Syntax

C#  Copy Code

public override bool HitTest (
    Point pt
)

Visual Basic  Copy Code

Public Overrides Function HitTest( _
    pt As Point _
) As Boolean

 Parameters

pt

The point to check.

 Return Value

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

 See Also