CRaPI - Correct Robust and Perfect API

Rectangle2D Constructor

Creates a Rectangle2D of the upper left corner coordinate and a width and an height.

Overload List

Creates a Rectangle2D of the upper left corner coordinate and a width and an height.

public Rectangle2D(double,double,double,double);

Create a Rectangle2D of four Point2D, representing the corners.

public Rectangle2D(Point2D,Point2D,Point2D,Point2D);

See Also

Rectangle2D Class | TeamYaffa.CRaPI.Utility Namespace