Draws the barcode on the specified Graphics using the specified location and size.
object.Draw(g As Graphics, x As Integer, y As Integer, width As Integer, height 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. |
width | The width, in pixels, of the destination barcode. |
height | The height, in pixels, of the destination barcode. |
None