ToString

Rectangle.ToString method

Converts the attributes of this Rectangle to a human-readable string.

public override string ToString()

Return Value

A string that contains the position, width, and height of this Rectangle structure.

See Also