IRasterImageArgb64PixelLoader Class

Summary: The raster image 64-bit ARGB pixel loader.

Module: aspose.imaging

Full Name: aspose.imaging.IRasterImageArgb64PixelLoader

Methods

NameDescription
load_partial_argb_64_pixels(rectangle, partial_pixel_loader)Loads 64-bit ARGB pixels partially (by blocks).

Method: load_partial_argb_64_pixels(rectangle, partial_pixel_loader)

 load_partial_argb_64_pixels(rectangle, partial_pixel_loader) 

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

Parameters:

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