PHP 8.3.4 Released!

ImagickPixelIterator sınıfı

(PECL imagick 2, PECL imagick 3)

Sınıf Sözdizimi

class ImagickPixelIterator {
public clear(): bool
public __construct(Imagick $kalem)
public destroy(): bool
public newPixelIterator(Imagick $kalem): bool
public newPixelRegionIterator(
    Imagick $kalem,
    int $x,
    int $y,
    int $sütun_sayısı,
    int $satır_sayısı
): bool
public setIteratorRow(int $satır): bool
public syncIterator(): bool
}

İçindekiler

add a note

User Contributed Notes

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