Draws the barcode onto the graphics object at the origin point.
Namespace:
Neodynamic.WebControls.BarcodeProfessionalAssembly: Neodynamic.WebControls.BarcodeProfessional (in Neodynamic.WebControls.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.