RectangleF.ToString Method
Definition
Converts the Location
and Size of this RectangleF to a human-readable string.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
Returns
A string that contains the position, width, and height of this RectangleF structure. For example, "{X=20, Y=20, Width=100, Height=50}".