Creates a new BarcodeNode instance and adds it to the Nodes collection of the underlying diagram.
Name | Description |
---|---|
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. |
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. |
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. |