IRasterImagePixelLoader
All Implemented Interfaces: com.aspose.psd.IRasterImageRawDataLoader
public interface IRasterImagePixelLoader extends IRasterImageRawDataLoader
The raster image pixel loader.
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
rectangle | Rectangle | The rectangle to load pixels from. |
partialPixelLoader | IPartialPixelLoader | The partial loader. |