Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[Browsable(false)]
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 Size structure that is the size of the string (in pixels).

See Also