(No version information available, might be only in CVS)
ImagickDraw::rectangle — Draws a rectangle
This function is currently not documented; only the argument list is available.
This function is EXPERIMENTAL. The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP. Use this function at your own risk.
Draws a rectangle given two coordinates and using the current stroke, stroke width, and fill settings.
x coordinate of the top left corner
y coordinate of the top left corner
x coordinate of the bottom right corner
y coordinate of the bottom right corner
No value is returned.