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

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

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public Size CalcTextSizeInt(
    GraphicsCache cache,
    StringFormat sf,
    string s,
    int width
)

Parameters

Name Type Description
cache GraphicsCache

A GraphicsCache object that provides storage for pens, fonts and brushes.

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