ISquidRenderer..::..GetTextSize Method

Gets the size of the text.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


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.