Interface IPartialPixelLoader

Interface IPartialPixelLoader

Namespace: Aspose.Imaging
Assembly: Aspose.Imaging.dll (25.7.0)

Conforms to the pixels loaded partially.

public interface IPpartialPixelLoader
   {
      void Load(int pixelWidth, int pixelHeight, byte[] pixelData);
   }

Methods

Process(Rectangle, Color[], Point, Point)

Processes the loaded pixels.

void Process(Rectangle pixelsRectangle, Color[] pixels, Point start, Point end)
   {
   }

Parameters

pixelsRectangle Rectangle

The pixels rectangle.

pixels Color []

The pixels.

start Point

The start pixels point. If not equal to (left,top) meaning that it is not full rectangle we have.

end Point

The end pixels point. If not equal to (right,bottom) meaning that it is not full rectangle we have.

 English