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

AppearanceObject.CalcTextSizeInt(Graphics, String, Int32) Method

Calculates the length of the specified string.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

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

Parameters

Name Type Description
g Graphics

A Graphics object which provides painting facilities.

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 System.Drawing.Size structure that is the size of the string (in pixels).

See Also