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

파라미터

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

반환

Rect A rectangle matching the specified coordinates.

설명

Creates a rectangle from min/max coordinate values.