Creates a Rectangle2D of the upper left corner coordinate and a width and an height.
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);
Rectangle2D Class | TeamYaffa.CRaPI.Utility Namespace