parent root
PHP: GmagickDraw::rotate - Manual

GmagickDraw::rotate

(PECL gmagick >= Unknown)

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

Description

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

Applies the specified rotation to the current coordinate space.

Parameters

degrees

degrees of rotation

Return Values

The GmagickDraw object on success

add a noteadd a note

User Contributed Notes

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