Version: 2018.2
public static Rect MinMaxRect (float xmin, float ymin, float xmax, float ymax);

Parameters

xminThe minimum X coordinate.
yminThe minimum Y coordinate.
xmaxThe maximum X coordinate.
ymaxThe maximum Y coordinate.

Returns

Rect A rectangle matching the specified coordinates.

Description

Creates a rectangle from min/max coordinate values.