IRasterImagePixelLoader Class
Summary: The raster image pixel loader.
Module: aspose.imaging
Full Name: aspose.imaging.IRasterImagePixelLoader
Methods
Name | Description |
---|---|
load_partial_pixels(rectangle, partial_pixel_loader) | Loads pixels partially (by blocks). |
Method: load_partial_pixels(rectangle, partial_pixel_loader)
load_partial_pixels(rectangle, partial_pixel_loader)
Loads pixels partially (by blocks).
Parameters:
Parameter | Type | Description |
---|---|---|
rectangle | Rectangle | The rectangle to load pixels from. |
partial_pixel_loader | IPartialPixelLoader | The partial pixel loader. |