Rectangle.ToString Method

Definition

A human-readable description of the Rectangle.

public override string ToString ();
override this.ToString : unit -> string

Returns

The format is "{X={0} Y={1} Width={2} Height={3}}".

Applies to