Search Results
Description ¶ public ImagickDraw::getClipPath (): false | string Warning This function is currently not documented; only its argument list is available. Obtains the current clipping path ID.
Dec 23, 2019 · The ImagickDraw::getClipPath () function is an inbuilt function in PHP which is used to get the current clipping path ID. Syntax: string ImagickDraw::getClipPath( void ) Parameters: This function doesn’t accept any parameter. Return Value: This function returns an string value containing the clip path ID or false if no clip path exists. Exceptions: This function throws ImagickException on ...
Simple usage example of `ImagickDraw::getClipPath ()`. ImagickDraw::getClipPath is a PHP function that allows you to obtain the current clipping path ID used in an ImagickDraw object. A clipping path specifies a region of an image where anything outside the path is effectively invisible. This function retrieves the identifier for the active clipping path.
Documentation for PHP in english. Contribute to phpdoctest/en development by creating an account on GitHub.
ImagickDraw::getStrokeColor — Returns the color used for stroking object outlines ImagickDraw::getStrokeDashArray — Returns an array representing the pattern of dashes and gaps used to stroke paths
PHP Manual Function Reference Image Processing and Generation ImageMagick ImagickDraw ImageMagick Introduction Installing/Configuring Predefined Constants Examples Imagick ImagickDraw ImagickPixel ImagickPixelIterator ImagickKernel Imagick::writeImagesFile ImagickDraw::affine The ImagickDraw class (PECL imagick 2.0.0)
ImagickDraw::getClipPath (PECL imagick 2, PECL imagick 3) ImagickDraw::getClipPath — Obtains the current clipping path ID Description public ImagickDraw::getClipPath ( ) : string WarningThis function is currently not documented; only its argument list is available. Obtains the current clipping path ID. Return Values Returns a string containing the clip path ID or false if no clip path exists ...
