PHP 8.4.6 Released!

ImagickDraw::clone

(PECL imagick 2, PECL imagick 3)

ImagickDraw::cloneMakes an exact copy of the specified ImagickDraw object

Description

public ImagickDraw::clone(): ImagickDraw
Warning

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

Makes an exact copy of the specified ImagickDraw object.

Return Values

returns an exact copy of the specified ImagickDraw object.

User Contributed Notes

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