Draws the barcode onto the graphics object at the origin point.
Namespace:
Neodynamic.WinControls.BarcodeProfessional
Assembly:
Neodynamic.WinControls.BarcodeProfessional (in Neodynamic.WinControls.BarcodeProfessional.dll) Version: 6.0.2000.0 (6.0.2000.1)
Syntax
C# |
---|
public void DrawOnCanvas(
Graphics graphic
) |
Visual Basic (Declaration) |
---|
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