PHP 8.3.4 Released!

ImagickPixelIterator::getIteratorRow

(PECL imagick 2, PECL imagick 3)

ImagickPixelIterator::getIteratorRowReturns the current pixel iterator row

Descrição

public ImagickPixelIterator::getIteratorRow(): int
Aviso

Esta função não está documentada; apenas a lista de argumentos está disponível.

Returns the current pixel iterator row.

Valor Retornado

Returns the integer offset of the row, throwing ImagickPixelIteratorException on error.

add a note

User Contributed Notes

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