C1.Blazor.Chart Assembly / C1.Chart Namespace / IRenderEngine Interface / MeasureString Method / MeasureString(String) Method
String to measure.

In This Topic
MeasureString(String) Method
In This Topic
Measures size of string.
Syntax
'Declaration
 
Overloads Function MeasureString( _
   ByVal s As String _
) As _Size
 

Parameters

s
String to measure.

Return Value

Size.
See Also