AppearanceObject.CalcTextSizeInt(Graphics, StringFormatInfo, String, Int32) Method
Calculates the length of the specified string drawn with the specified formatting.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v26.1.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Size CalcTextSizeInt(
Graphics g,
StringFormatInfo sf,
string s,
int width
)
Parameters
| Name | Type | Description |
|---|---|---|
| g | Graphics | A Graphics object which provides painting facilities. |
| sf | DevExpress.Utils.StringFormatInfo | A StringFormatInfo object that contains formatting information, such as the line spacing and alignment of the string. |
| s | String | The string to measure. |
| width | Int32 | An integer value specifying the maximum width of the string (in pixels). |
Returns
| Type | Description |
|---|---|
| Size | A |
See Also