ToString
Converts the object to a string representation such as 'Width=10.1, Height=20.4'.
Syntax
[C#]
virtual string ToString();
[Visual Basic]
Overidable Function ToString() As String
Params
Name
Description
return
A string representation of the SizeF.
Notes
None.
Example
None.