Xamarin Pack Programmer's Guide
DiagramNode.HitTestHandle Method
See Also
 






DiagramItem.HitTestHandle override.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override AdjustmentHandle HitTestHandle (
    Point point,
    double radius
)

Visual Basic  Copy Code

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

 Parameters

point

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

radius

A hit-testing threshold.

 Return Value

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

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming Namespace