load_partial_argb_32_pixels method

load_partial_argb_32_pixels

Loads 32-bit ARGB pixels partially (by blocks).

def load_partial_argb_32_pixels(self, rectangle, partial_pixel_loader):
    ...
ParameterTypeDescription
rectangleRectangleThe rectangle to load pixels from.
partial_pixel_loaderIPartialArgb32PixelLoaderThe partial pixel loader.

See Also