A newer version of this page is available.
Switch to the current version.
AppearanceObject.CalcTextSizeInt Method
Name | Parameters | Description |
---|---|---|
CalcTextSizeInt(GraphicsCache, StringFormatInfo, String, Int32) | cache, sf, s, width | Calculates the length of the specified string drawn with the specified formatting. |
CalcTextSizeInt(GraphicsCache, StringFormat, String, Int32) | cache, sf, s, width | Calculates the length of the specified string drawn with the specified StringFormat object. |
CalcTextSizeInt(GraphicsCache, String, Int32) | cache, s, width | Calculates the length of the specified string. |
CalcTextSizeInt(Graphics, StringFormatInfo, String, Int32) | g, sf, s, width | Calculates the length of the specified string drawn with the specified formatting. |
CalcTextSizeInt(Graphics, StringFormat, String, Int32) | g, sf, s, width | Calculates the length of the specified string drawn with the specified StringFormat object. |
CalcTextSizeInt(Graphics, String, Int32) | g, s, width | Calculates the length of the specified string. |
Feedback