ALIGN_RIGHT
ALIGN_RIGHT = 0
--------------------------------------------------------------------
Enable to join 2 BCGDrawing or 2 image object to make only one image. There are some options for alignment.
Copyright (C) Jean-Sebastien Goupil http://www.barcodephp.com
__construct(mixed $image1, mixed $image2, \BCGColor $background, integer $space = 10, integer $position = self::POSITION_RIGHT, integer $alignment = self::ALIGN_TOP)
Construct the JoinDrawing Object.
mixed | $image1 | |
mixed | $image2 | |
\BCGColor | $background | |
integer | $space | |
integer | $position | |
integer | $alignment |