GC_Image_Editor::flip()
最后更新于:2021-11-27 23:34:23
GC_Image_Editor::flip( bool$horz, bool$vert)Flips current image.
参数
- $horz
-
(bool) (Required) Flip along Horizontal Axis
- $vert
-
(bool) (Required) Flip along Vertical Axis
响应
(true|GC_Error)
源文件
文件: gc-includes/class-gc-image-editor.php
abstract public function flip( $horz, $vert );