Packages

 

com.aspose.imaging

Interfaces

Classes

Exceptions

com.aspose.imaging

Interface IPartialPixelLoader



  • public interface IPartialPixelLoader

    Conforms to the pixels loaded partially.

    • Method Detail

      • process

        void process(Rectangle pixelsRectangle,
                     Color[] pixels,
                     Point start,
                     Point end)

        Processes the loaded pixels.

        Parameters:
        pixelsRectangle - The pixels rectangle.
        pixels - The pixels.
        start - The start pixels point. If not equal to (left,top) meaning that it is not full rectangle we have.
        end - The end pixels point. If not equal to (right,bottom) meaning that it is not full rectangle we have.