Search
ConnectionPoint.UpdateFromPoint Method
See Also
 





Updates the connection state according to the specified point, without changing the related node.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void UpdateFromPoint (
    PointF point
)

Visual Basic  Copy Code

Protected Overridable Sub UpdateFromPoint( _
    point As PointF _
)

 Parameters

point
The current mouse pointer position.

 See Also