Draw Method

Draws the barcode on the specified Graphics using the specified location.

Syntax

object.Draw(g As Graphics, x As Integer, y As Integer)

Parameters

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.

Return Type

None