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