ASP.NET Pack Programmer's Guide
Factory.CreateSvgNode Method
See Also
 





Creates a new SvgNode instance.

 Overload List

Name Description

Factory.CreateSvgNode (PointF, SizeF)

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 (PointF, SizeF, 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 (RectangleF)

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

Factory.CreateSvgNode (RectangleF, SvgContent)

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

Factory.CreateSvgNode (Single, Single, Single, Single)

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 (Single, Single, Single, Single, 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.

 See Also

Factory Members
Factory Class
MindFusion.Diagramming Namespace