'Declaration Protected Function GetStringSize( _ ByVal s As String, _ ByVal size As Size, _ ByVal zoomFactor As Single, _ ByVal appearance As Appearance _ ) As Size
'Usage Dim instance As BaseCellType Dim s As String Dim size As Size Dim zoomFactor As Single Dim appearance As Appearance Dim value As Size value = instance.GetStringSize(s, size, zoomFactor, appearance)
protected Size GetStringSize( string s, Size size, float zoomFactor, Appearance appearance )
Parameters
- s
- Text string
- size
- Size of the text string
- zoomFactor
- Numeric value for zoom factor for scaling the display
- appearance
- Appearance settings