ImagickDraw::render
PHP Manual
PHP Manual»ImagickDraw»ImagickDraw::render

ImagickDraw::render

(PECL imagick 2, PECL imagick 3)

ImagickDraw::renderRenders all preceding drawing commands onto the image

Description

public function ImagickDraw::render(): bool
Warning

This function is currently not documented; only its argument list is available.

Renders all preceding drawing commands onto the image.

Return Values

Returns true on success or false on failure.

To Top