Measures graphical size of the specified text.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
Size MeasureText(
	string text
)
Visual Basic
Function MeasureText ( 
	text As String
) As Size

Parameters

text
Type: System..::..String
text to measure

Return Value

Type: Size
size of the text in the graphic device context

See Also