[]
Draws a GcBarcode on the current GcGraphics.
public static void DrawBarcode(this GcGraphics g, GcBarcode barcode, RectangleF bounds)
Public Shared Sub DrawBarcode(g As GcGraphics, barcode As GcBarcode, bounds As RectangleF)
Type | Name | Description |
---|---|---|
GcGraphics | g | The current graphics. |
GcBarcode | barcode | The barcode to draw. |
RectangleF | bounds | The bounds specifying where to draw the barcode. |