BrickGraphics.MeasureString(String, Int32, DXStringFormat) Method
Measures the specified string when drawn.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
text | String | String to measure. |
width | Int32 | The maximum width of the measured string. |
stringFormat | DXStringFormat | An object that contains string format parameters. |
Returns
Type | Description |
---|---|
SizeF | The string size, measured in pixels. |
See Also