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

AppearanceObject.CalcTextSizeInt(Graphics, StringFormat, String, Int32) Method

Calculates the length of the specified string drawn with the specified StringFormat object.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[Browsable(false)]
public Size CalcTextSizeInt(
    Graphics g,
    StringFormat sf,
    string s,
    int width
)

Parameters

Name Type Description
g Graphics

A Graphics object that provides painting facilities.

sf StringFormat

A StringFormat 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