Back to Devexpress

AppearanceObject.CalcTextSizeInt Method

windowsforms-devexpress-dot-utils-dot-appearanceobject-dot-calctextsizeint.md

latest2.0 KB
Original Source

AppearanceObject.CalcTextSizeInt Method

NameParametersDescription
CalcTextSizeInt(GraphicsCache, StringFormatInfo, String, Int32)cache, sf, s, widthCalculates the length of the specified string drawn with the specified formatting.
CalcTextSizeInt(GraphicsCache, StringFormat, String, Int32)cache, sf, s, widthCalculates the length of the specified string drawn with the specified StringFormat object.
CalcTextSizeInt(GraphicsCache, String, Int32)cache, s, widthCalculates the length of the specified string.
CalcTextSizeInt(Graphics, StringFormatInfo, String, Int32)g, sf, s, widthCalculates the length of the specified string drawn with the specified formatting.
CalcTextSizeInt(Graphics, StringFormat, String, Int32)g, sf, s, widthCalculates the length of the specified string drawn with the specified StringFormat object.
CalcTextSizeInt(Graphics, String, Int32)g, s, widthCalculates the length of the specified string.