'Declaration Public Shared Function MeasureBarcode( _ ByVal g As GcGraphics, _ ByVal barcode As GcBarcode _ ) As System.Drawing.SizeF
public static System.Drawing.SizeF MeasureBarcode( GcGraphics g, GcBarcode barcode )
Parameters
- g
- The current graphics.
- barcode
- The barcode to measure.
Return Value
The size of the barcode in current graphics units.