Draws the barcode onto the graphics object at the origin point.

Namespace: Neodynamic.SDK.Barcode
Assembly: Neodynamic.SDK.Barcode (in Neodynamic.SDK.Barcode.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

C#
public void DrawOnCanvas(
	Graphics graphic
)
Visual Basic
Public Sub DrawOnCanvas ( _
	graphic As Graphics _
)
Visual C++
public:
void DrawOnCanvas(
	Graphics^ graphic
)

Parameters

graphic
Type: System.Drawing..::..Graphics
The Graphics object to draw with.

See Also