IRasterImageArgb64PixelLoader Class
Summary: The raster image 64-bit ARGB pixel loader.
Module: aspose.imaging
Full Name: aspose.imaging.IRasterImageArgb64PixelLoader
Methods
Name | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
rectangle | Rectangle | The rectangle to load pixels from. |
partial_pixel_loader | IPartialArgb64PixelLoader | The partial pixel loader. |