Search
DiagramNode.AttachTo Method (DiagramNode, Single, Single)
See Also
 





Attaches this node to the specified main node, keeping original size intact and maintaining original distance to point specified as fraction of main node's size.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void AttachTo (
    DiagramNode node,
    float percentX,
    float percentY
)

Visual Basic  Copy Code

Public Sub AttachTo( _
    node As DiagramNode, _
    percentX As Single, _
    percentY As Single _
)

 Parameters

node

A reference to the node to which to attach this node.

percentX

Percentage of main node's width.

percentY

Percentage of main node's height.

 See Also