Search
Selection.HitTestHandle Method
See Also
 





DiagramItem.HitTestHandle override.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public override AdjustmentHandle HitTestHandle (
    Point point,
    double distance
)

Visual Basic  Copy Code

Public Overrides Function HitTestHandle( _
    point As Point, _
    distance As Double _
) As AdjustmentHandle

 Parameters

point

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

distance

 Return Value

Returns an AdjustmentHandle instance representing the adjustment handle found at the specified location, or null if there is none.

 See Also