[]
Measures a GcBarcode using the current GcGraphics.
public static SizeF MeasureBarcode(this GcGraphics g, GcBarcode barcode)
Public Shared Function MeasureBarcode(g As GcGraphics, barcode As GcBarcode) As SizeF
| Type | Name | Description |
|---|---|---|
| GcGraphics | g | The current graphics. |
| GcBarcode | barcode | The barcode to measure. |
| Type | Description |
|---|---|
| SizeF | The size of the barcode in current graphics units. |