GmagickDraw::scale
PHP function
Edit on GitHub ✎
(PECL gmagick >= Unknown)
Adjusts the scaling factor
Description
GmagickDraw::scale(float $x, float $y): GmagickDraw
Adjusts the scaling factor to apply in the horizontal and vertical directions to the current coordinate space.
Parameters
xhorizontal scale factor
yvertical scale factor
Return Values
The GmagickDraw object.