ImagickPixelIterator sınıfı

(PECL imagick 2, PECL imagick 3)

Sınıf Sözdizimi

ImagickPixelIterator {
public clear(): bool
public __construct(Imagick $kalem)
public destroy(): bool
public getCurrentIteratorRow(): array
public getIteratorRow(): int
public getNextIteratorRow(): array
public getPreviousIteratorRow(): array
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 resetIterator(): bool
public setIteratorFirstRow(): bool
public setIteratorLastRow(): bool
public setIteratorRow(int $satır): bool
public syncIterator(): bool
}

İçindekiler

add a note add a note

User Contributed Notes

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