Click or drag to resize

IBarGraphicsMeasureString Method

Measures the string.

Namespace:  Atalasoft.Barcoding.Writing
Assembly:  Atalasoft.dotImage.Barcoding.Writing (in Atalasoft.dotImage.Barcoding.Writing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
SizeF MeasureString(
	string text,
	Font font
)

Parameters

text
Type: SystemString
The text to measure.
font
Type: System.DrawingFont
The font used.

Return Value

Type: SizeF
Returns the space needed to render the text with the font
See Also