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
)
Function MeasureString (
text As String,
font As Font
) As SizeF
Parameters
- text
- Type: SystemString
The text to measure. - font
- Type: System.DrawingFont
The font used.
Return Value
Type:
SizeFReturns the space needed to render the text with the font
See Also