RectangleF::ToString Method ()
.NET Framework (current version)
Converts the Location and Size of this RectangleF to a human-readable string.
Assembly: System.Drawing (in System.Drawing.dll)
Return Value
Type: System::String^A string that contains the position, width, and height of this RectangleF structure. For example, "{X=20, Y=20, Width=100, Height=50}".
.NET Framework
Available since 1.1
Available since 1.1
Show: