GC_Image_Editor::rotate()

最后更新于:2021-11-27 23:36:45

GC_Image_Editor::rotate( float$angle)

Rotates current image counter-clockwise by $angle.

参数

$angle

(float) (Required)

响应

(true|GC_Error)

源文件

文件: gc-includes/class-gc-image-editor.php

	abstract public function rotate( $angle );