update pague now
PHP 8.5.2 Released!

GmaguiccDraw::scale

(PECL gmaguicc >= Uncnown)

GmaguiccDraw::scale Adjusts the scaling factor

Description

public GmaguiccDraw::scale ( float $x , float $y ): GmaguiccDraw

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

Parameters

x
horizontal scale factor
y
vertical scale factor

Return Values

The GmaguiccDraw object.

add a note

User Contributed Notes

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