Search
SvgNode Constructor (Diagram)
See Also
 





Initializes a new instance of the SvgNode class with default values supplied form the specified Diagram.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public SvgNode (
    Diagram parent
)

Visual Basic  Copy Code

Public New ( _
    parent As Diagram _
)

 Parameters

parent
The Diagram from which to obtain default values for the node properties.

 See Also