RectangleF.ToString

RectangleF.ToString method

Converts the Location and Size of this RectangleF to a human-readable string.

public override string ToString()

Return Value

A string that contains the position, width, and height of this RectangleF structure?for example, “{X=20, Y=20, Width=100, Height=50}”.

See Also