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

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

Parameters

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