ImagickDraw::scale()
ImagickDraw::scale - Adjusts the scaling factor
Syntax
bool ImagickDraw::scale (
float $x,
float $y)
Arguments
- x - horizontal factor
- y - vertical factor
Description
Adjusts the scaling factor to apply in the horizontal and vertical directions to the current coordinate space.
Version
PHP PECL imagick 2.0.0
Return value
No value is returned.