Packages

 

com.aspose.psd

Interfaces

Classes

Exceptions

com.aspose.psd

Interface IPartialArgb64PixelLoader

    • Method Detail

      • process64

        void process64(Rectangle pixelsRectangle,
                       long[] pixels,
                       Point start,
                       Point end)

        Processes the loaded pixels.

        Parameters:
        pixelsRectangle - The pixels rectangle.
        pixels - The 64-bit ARGB 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.