POSITION_TOP
POSITION_TOP = 0
draw(resource $im, int $x1, int $y1, int $x2, int $y2) : mixed
Draws the text.
The coordinate passed are the positions of the barcode. $x1 and $y1 represent the top left corner. $x2 and $y2 represent the bottom right corner.
resource | $im | |
int | $x1 | |
int | $y1 | |
int | $x2 | |
int | $y2 |