MindFusion.Wpf Pack Programmer's Guide
DiagramNode.Resize Method
See Also
 





Resizes the node.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public void Resize (
    double width,
    double height
)

Visual Basic  Copy Code

Public Sub Resize( _
    width As Double, _
    height As Double _
)

 Parameters

width

A double value specifying new width of the node.

height

A double value specifying new height of the node.

 Remarks

This 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

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming.Wpf Namespace
Bounds Property
Move Method