IRasterImagePixelLoader Class

Summary: The raster image pixel loader.

Module: aspose.imaging

Full Name: aspose.imaging.IRasterImagePixelLoader

Methods

NameDescription
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:

ParameterTypeDescription
rectangleRectangleThe rectangle to load pixels from.
partial_pixel_loaderIPartialPixelLoaderThe partial pixel loader.