Creates a rectangle with the pdf convention.
When describing a rectangle in PDF syntax, an array of four numbers is used. The order of the numbers is: left, bottom, width, height.
X coordinates of left up corner
Y coordinates of left bottom corner
Width of rectangle
Height of rectangle
width +----------+ | | height *----------+ (left, bottom)
See Implementation
Creates a rectangle with the pdf convention.
When describing a rectangle in PDF syntax, an array of four numbers is used. The order of the numbers is: left, bottom, width, height.