GmagickDraw::rotate
PHP Manual
PHP Manual»GmagickDraw»GmagickDraw::rotate

GmagickDraw::rotate

(PECL gmagick >= Unknown)

GmagickDraw::rotateApplies the specified rotation to the current coordinate space

Опис

public function GmagickDraw::rotate(float $degrees): GmagickDraw

Applies the specified rotation to the current coordinate space.

Параметри

degrees
degrees of rotation

Значення, що повертаються

The GmagickDraw object.

To Top