Converts the rectangle to a string representation such as 'X=10, Y=20, Width=100, Height=200'.
Syntax

[C#]

virtual string ToString();

[Visual Basic]

Overidable Function ToString() As String
Params
Name Description
return A string representation of the Rectangle.
Notes

None.

Example

None.