Renders barcode on specified graphics object.

Namespace: Limilabs.Windows
Assembly: Barcode (in Barcode.dll) Version: 2.0.0.20

Syntax

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

Parameters

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

See Also