ImagickDraw::pushClipPath
PHP function
Edit on GitHub ✎
(PECL imagick 2, PECL imagick 3)
Starts a clip path definition
Description
ImagickDraw::pushClipPath(string $clip_mask_id): bool
Func
Starts a clip path definition which is comprised of any number of drawing commands and terminated by a ImagickDraw::popClipPath command.
Parameters
clip_mask_idClip mask Id
Return Values
Void