MindFusion.Wpf Pack Programmer's Guide
Factory.CreateSvgNode Method
See Also
 





 Overload List

Name Description

Factory.CreateSvgNode (Double, Double, Double, Double)

Creates a new SvgNode instance at the specified position with the specified size and adds it to the Nodes collection of the underlying diagram.

Factory.CreateSvgNode (Double, Double, Double, Double, SvgContent)

Creates a new SvgNode instance at the specified position with the specified size and adds it to the Nodes collection of the underlying diagram.

Factory.CreateSvgNode (Point, Size)

Creates a new SvgNode instance at the specified position with the specified size and adds it to the Nodes collection of the underlying diagram.

Factory.CreateSvgNode (Point, Size, SvgContent)

Creates a new SvgNode instance at the specified position with the specified size and adds it to the Nodes collection of the underlying diagram.

Factory.CreateSvgNode (Rect)

Creates a new SvgNode instance with the specified dimensions and adds it to the Nodes collection of the underlying diagram.

Factory.CreateSvgNode (Rect, SvgContent)

Creates a new SvgNode instance with the specified dimensions and adds it to the Nodes collection of the underlying diagram.

 See Also

Factory Members
Factory Class
MindFusion.Diagramming.Wpf Namespace