DiagramNode.HitTestHandle override.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public override AdjustmentHandle HitTestHandle ( |
Visual Basic Copy Code |
---|
Public Overrides Function HitTestHandle( _ |
A PointF value specifying where to look for a selection handle.
Returns an AdjustmentHandle instance representing the adjustment handle found at the specified location, or null if there is none.
FreeFormNode can return either a FreeFormHandle to modify the node's outline, or a NodeAdjustmentHandle to move or resize the node.