Method FromLTRB
FromLTRB(int, int, int, int)
Creates a new RectI using
(left
, top
) and
(right
, bottom
) points.
public static RectI FromLTRB(int left, int top, int right, int bottom)
Parameters
Returns
FromLTRB(PointI, PointI)
Creates a new RectI specified by two points.
public static RectI FromLTRB(PointI leftTop, PointI rightBottom)