ASP.NET Pack Programmer's Guide
DiagramNode.HitTestHandle Method
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override AdjustmentHandle HitTestHandle (
    PointF point
)

Visual Basic  Copy Code

Public Overrides Function HitTestHandle( _
    point As PointF _
) As AdjustmentHandle

 Parameters

point

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

 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
DrawHandles Method
HandlesStyle Property