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





 Overload List

Name Description

Factory.CreateMapNode (PointF, SizeF)

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

Factory.CreateMapNode (PointF, SizeF, MapContent)

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

Factory.CreateMapNode (RectangleF)

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

Factory.CreateMapNode (RectangleF, MapContent)

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

Factory.CreateMapNode (Single, Single, Single, Single)

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

Factory.CreateMapNode (Single, Single, Single, Single, MapContent)

Creates a new MapNode 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