PHP 7.0.6 Released

Gmagick::drawimage

(PECL gmagick >= Unknown)

Gmagick::drawimageRenders the GmagickDraw object on the current image

Description

public Gmagick Gmagick::drawimage ( GmagickDraw $GmagickDraw )

Renders the GmagickDraw object on the current image

Parameters

GmagickDraw

The drawing operations to render on the image.

Return Values

The drawn Gmagick object

Errors/Exceptions

Throws an GmagickException on error.

User Contributed Notes

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