'Declaration Public Overloads Function GetStringHeight( _ ByVal text As String, _ ByVal width As Integer _ ) As Integer
'Usage Dim instance As SmartPaint Dim text As String Dim width As Integer Dim value As Integer value = instance.GetStringHeight(text, width)
Parameters
- text
- The string whose height is to be retrieved.
- width
- The width of the string.
Return Value
A value representing the height of text.