ImagickPixelIterator::getIteratorRow

(PECL imagick 2, PECL imagick 3)

ImagickPixelIterator::getIteratorRowpixel iterator の現在の行を返す

説明

publicImagickPixelIterator::getIteratorRow(): int
警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

pixel iterator の現在の行を返します。

戻り値

pixel iterator の現在の行を返します。 エラー時には ImagickPixelIteratorException をスローします。

To Top