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





Creates a new BarcodeNode instance and adds it to the Nodes collection of the underlying diagram.

 Overload List

Name Description

Factory.CreateBarcodeNode (PointF, SizeF)

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

Factory.CreateBarcodeNode (PointF, SizeF, BarcodeFormat, String)

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

Factory.CreateBarcodeNode (RectangleF)

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

Factory.CreateBarcodeNode (RectangleF, BarcodeFormat, String)

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

Factory.CreateBarcodeNode (Single, Single, Single, Single)

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

Factory.CreateBarcodeNode (Single, Single, Single, Single, BarcodeFormat, String)

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

 See Also

Factory Members
Factory Class
MindFusion.Diagramming Namespace