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