Version: 2022.1
언어: 한국어
public static Rect MinMaxRect (float xmin, float ymin, float xmax, float ymax);

파라미터

xmin The minimum X coordinate.
ymin The minimum Y coordinate.
xmax The maximum X coordinate.
ymax The maximum Y coordinate.

반환

Rect A rectangle matching the specified coordinates.

설명

Creates a rectangle from min/max coordinate values.