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





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

 Overload List

Name Description

Factory.CreateBarcodeNode (Double, Double, Double, Double)

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

Factory.CreateBarcodeNode (Point, Size)

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 (Point, Size, 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 (Rect)

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

Factory.CreateBarcodeNode (Rect, BarcodeFormat, String)

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

 See Also

Factory Members
Factory Class
MindFusion.Diagramming.Wpf Namespace