ImagickDraw::scale

(PECL imagick 2.0.0)

ImagickDraw::scaleAdjusts the scaling factor

Beskrivelse

bool ImagickDraw::scale ( float $x , float $y )
Advarsel

This function is currently not documented; only its argument list is available.

Adjusts the scaling factor to apply in the horizontal and vertical directions to the current coordinate space.

Parametre

x

horizontal factor

y

vertical factor

Returnerings Værdier

No value is returned.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top