pixelSetLastIteratorRow method

void pixelSetLastIteratorRow()

Sets the pixel iterator to the last pixel row.

Implementation

void pixelSetLastIteratorRow() =>
    _magickWandBindings.PixelSetLastIteratorRow(_iteratorPtr);