Attaches a node to the specified control point of the link that is MainItem.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool AttachToLinkPoint ( |
Visual Basic Copy Code |
---|
Public Function AttachToLinkPoint( _ |
The DiagramNode to be attached.
false if the node could not be attached; otherwise, true.
You can use this method when the main item of the group is a link. When the user moves the link control point whose index is passed as argument, the attached node is also moved with the same translation vector as that of the control point.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |