Draws the barcode image onto the graphics object at the given point.

[Visual Basic]
Overloads Public Sub DrawOnCanvas( _
   ByVal graphic As Graphics, _
   ByVal pt As PointF _
)
[C#]
public void DrawOnCanvas(
   Graphics graphic,
   PointF pt
);

Parameters

graphic
The Graphics object to draw with.
pt
The point on the graphic object to begin drawing the barcode image.

See Also

BarcodeProfessional Class | Neodynamic.WinControls.BarcodeProfessional Namespace | BarcodeProfessional.DrawOnCanvas Overload List