Search
DiagramLink.HitTestHandle Method
See Also
 





DiagramItem.HitTestHandle override. Determines whether a selection handle of this item is located at the specified point.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override AdjustmentHandle HitTestHandle (
    PointF point,
    float distance
)

Visual Basic  Copy Code

Public Overrides Function HitTestHandle( _
    point As PointF, _
    distance As Single _
) As AdjustmentHandle

 Parameters

point

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

distance

 Return Value

A LinkAdjustmentHandle instance if there is a control point at the specified location, otherwise null.

 See Also