RectangleF.ToString

RectangleF.ToString method

Converts the attributes 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.

See Also