IRasterImagePixelLoader

All Implemented Interfaces: com.aspose.imaging.IRasterImageRawDataLoader

public interface IRasterImagePixelLoader extends IRasterImageRawDataLoader

The raster image pixel loader.

Methods

MethodDescription
loadPartialPixels(Rectangle rectangle, IPartialPixelLoader partialPixelLoader)Loads pixels partially (by blocks).

loadPartialPixels(Rectangle rectangle, IPartialPixelLoader partialPixelLoader)

public abstract void loadPartialPixels(Rectangle rectangle, IPartialPixelLoader partialPixelLoader)

Loads pixels partially (by blocks).

Parameters:

ParameterTypeDescription
rectangleRectangleThe rectangle to load pixels from.
partialPixelLoaderIPartialPixelLoaderThe partial loader.