CRaPI - Correct Robust and Perfect API

Rectangle2D Constructor (Double, Double, Double, Double)

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

public Rectangle2D(
   double pUpperLeftX,
   double pUpperLeftY,
   double pWidth,
   double pHeight
);

Parameters

pUpperLeftX
The X position of the upper left corner
pUpperLeftY
The Y position of the upper left corner
pWidth
The width of the rectangle
pHeight
The height of the rectangle

See Also

Rectangle2D Class | TeamYaffa.CRaPI.Utility Namespace | Rectangle2D Constructor Overload List