Search
Factory.CreateSvgNode Method
See Also
 





Creates a new SvgNode instance.

 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