GmagickDraw::rotate

(PECL gmagick >= Unknown)

GmagickDraw::rotate — 指定した回転角を現在の座標空間に適用する

説明

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

指定した回転角を現在の座標空間に適用します。

パラメータ

degrees
回転角度。

戻り値

GmagickDraw オブジェクトを返します。

+add a note

User Contributed Notes

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