ImagickDraw::pop

(PECL imagick 2, PECL imagick 3)

ImagickDraw::popDestroys the current ImagickDraw in the stack, and returns to the previously pushed ImagickDraw

說明

public ImagickDraw::pop(): bool
警告

本函數(shù)還未編寫文檔,僅有參數(shù)列表。

Destroys the current ImagickDraw in the stack, and returns to the previously pushed ImagickDraw. Multiple ImagickDraws may exist. It is an error to attempt to pop more ImagickDraws than have been pushed, and it is proper form to pop all ImagickDraws which have been pushed.

返回值

成功時返回 true, 或者在失敗時返回 false。