Gets the size of the text.
Namespace:
Squid
Assembly:
Squid.Core (in Squid.Core.dll)
Point GetTextSize(
string text,
int font
)
Function GetTextSize ( _
text As String, _
font As Integer _
) As Point
Point^ GetTextSize(
String^ text,
int^ font
)
Parameters
- text
- Type: String
The text.
- font
- Type: Int32
The font.
Return Value
Point.