Search
TreeViewConnectionPoint.UpdateFromPoint Method
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected override void UpdateFromPoint (
    PointF point
)

Visual Basic  Copy Code

Protected Overrides Sub UpdateFromPoint( _
    point As PointF _
)

 Parameters

point

 See Also