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

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

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public SizeF CalcVTextSize(
    string text,
    Font font,
    StringFormat format,
    SizeF layoutArea
)

Parameters

Name Type
text String
font Font
format StringFormat
layoutArea SizeF

Returns

Type
SizeF
See Also