Draws the barcode on the specified Graphics using the specified location.
object.Draw(g As Graphics, x As Integer, y As Integer)
The following parameters are available:
| Parameter | Description |
| g | The Graphics to draw on. |
| x | The horizontal position at which to draw the barcode. |
| y | The vertical position at which to draw the barcode. |
None