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

GmagickDraw::rotate

(PECL gmagick >= Unknown)

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

Açıklama

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

Applies the specified rotation to the current coordinate space.

Bağımsız Değişkenler

degrees
degrees of rotation

Dönen Değerler

The GmagickDraw object.

To Top