Renders barcode on specified graphics object.

Namespace:  Lesnikowski.Barcode
Assembly:  Barcode (in Barcode.dll) Version: 1.0.5.40002

Syntax

C#
public void Render(
	Graphics g,
	int x,
	int y
)
Visual Basic (Declaration)
Public Sub Render ( _
	g As Graphics, _
	x As Integer, _
	y As Integer _
)
Visual C++
public:
void Render(
	Graphics^ g, 
	int x, 
	int y
)

Parameters

g
Type: System.Drawing..::.Graphics
Graphics object to render on it.
x
Type: System..::.Int32
X coordinate
y
Type: System..::.Int32
Y coordinate

See Also