Resizes the node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void Resize ( |
Visual Basic
Copy Code
|
|---|
Public Sub Resize( _ |
RemarksThis method resizes a node, without changing the node's top-left corner location. Resizing a node also updates the control points coordinates of all links connected to the node.
See Also