php8.5
Home/ Manual/ imagick / imagickdraw/ ImagickDraw::pushClipPath

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_id

Clip mask Id

Return Values

Void

Source: reference/imagick/imagickdraw/pushclippath.xml · from the official PHP manual (php/doc-en)