Search
DiagramBase.HitTestAdjustmentHandles Event
See Also
 






Raised when custom hit testing of item's adjustment handles must be performed.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public event EventHandler<HitTestEventArgs> HitTestAdjustmentHandles

Visual Basic  Copy Code

Public Event HitTestAdjustmentHandles As EventHandler(Of HitTestEventArgs)

 Remarks

For links, set the result to the index of the link's control point that has been hit. For nodes, set the result to 0, 1, 2, 3 for the corner resize handles, 4, 5, 6, 7 for the side center resize handles, 8 for the move handle and 9 for the rotation handle.

 See Also