Click or drag to resize
BarcodeControlRender Method (Graphics, Int32, Int32)
Renders barcode on specified graphics object.

Namespace:  Limilabs.Windows
Assembly:  Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax
public void Render(
	Graphics graphics,
	int x,
	int y
)

Parameters

graphics
Type: System.DrawingGraphics
Graphics object to render on it.
x
Type: SystemInt32
X coordinate
y
Type: SystemInt32
Y coordinate
See Also