SubPixmapScannerRW

Advanced functionality.

Wrapper for scanning a Pixmap line by line.

Constructors

this
this(SubPixmap subPixmap)

Members

Functions

back
Pixel[] back()
empty
bool empty()
front
Pixel[] front()
popBack
void popBack()
popFront
void popFront()
save
typeof(this) save()

See Also

Unlike SubPixmapScanner, this does not work with const(SubPixmap).

Meta