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

GraphicsCache.CalcVTextSize(String, Font, StringFormat, Int32, Int32) Method

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public SizeF CalcVTextSize(
    string text,
    Font font,
    StringFormat strFormat,
    int maxWidth,
    int maxHeight
)

Parameters

Name Type
text String
font Font
strFormat StringFormat
maxWidth Int32
maxHeight Int32

Returns

Type
SizeF
See Also