Search
DiagramNode.HitTestHandle Method
See Also
 






DiagramItem.HitTestHandle override.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override bool HitTestHandle (
    Point point,
    ref int handle
)

Visual Basic  Copy Code

Public Overrides Function HitTestHandle( _
    point As Point, _
    ByRef handle As Integer _
) As Boolean

 Parameters

point

A Point value specifying where to look for a selection handle.

handle

A reference to an integer variable, which receives the index of the found selection handle.

 Return Value

true if there is a selection handle at the specified location; otherwise, false.

 See Also