Draws the barcode image onto the graphics object at the given point and in the specified scale.

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

Parameters

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

See Also

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