BrickGraphics.MeasureString(String, Font, Int32, StringFormat) Method
Calculates the length of a specified text.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
public SizeF MeasureString(
string text,
Font font,
int width,
StringFormat stringFormat
)
Parameters
Name | Type | Description |
---|---|---|
text | String | A String value. |
font | Font | A Font object. |
width | Int32 | An integer value. |
stringFormat | StringFormat | A StringFormat object. |
Returns
Type | Description |
---|---|
SizeF | A SizeF structure, specifying the string length. |
See Also