Link Search Menu Expand Document

BarcodeWebImageDraw Method (Graphics, Single, Single, UnitOfMeasure)

Draws the barcode.

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
public void Draw(
	Graphics graphics,
	float left,
	float top,
	UnitOfMeasure unit
)

Parameters

graphics
Type: System.DrawingGraphics
The Graphics object to draw the barcode on.
left
Type: SystemSingle
The coordinate of leftmost barcode point in specified units.
top
Type: SystemSingle
The coordinate of topmost barcode point in specified units.
unit
Type: Bytescout.BarCodeUnitOfMeasure
The unit of measure for coordinates.

Implements

IBarcodeDraw(Graphics, Single, Single, UnitOfMeasure)
See Also

Reference