'Declaration Public Shared Sub DrawBarcode( _ ByVal g As GcGraphics, _ ByVal barcode As GcBarcode, _ ByVal bounds As System.Drawing.RectangleF _ )
public static void DrawBarcode( GcGraphics g, GcBarcode barcode, System.Drawing.RectangleF bounds )
Parameters
- g
- The current graphics.
- barcode
- The barcode to draw.
- bounds
- The bounds specifying where to draw the barcode.