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