IPartialArgb64PixelLoader Class
Summary: The 64-bit ARGB pixels loader.
Module: aspose.psd
Full Name: aspose.psd.IPartialArgb64PixelLoader
Inheritance: IPartialArgb32PixelLoader
Aspose.PSD Version: 24.9.0
Methods
Name | Description |
---|---|
process(pixels_rectangle, pixels, start, end) | Processes the loaded pixels. |
process64(pixels_rectangle, pixels, start, end) | Processes the loaded pixels. |
Method: process(pixels_rectangle, pixels, start, end)
process(pixels_rectangle, pixels, start, end)
Processes the loaded pixels.
Parameters:
Parameter | Type | Description |
---|---|---|
pixels_rectangle | Rectangle | The pixels rectangle. |
pixels | int | The 64-bit ARGB pixels. |
start | Point | The start pixels point. If not equal to (left,top) meaning that it is not full rectangle we have. |
end | Point | The end pixels point. If not equal to (right,bottom) meaning that it is not full rectangle we have. |
Method: process64(pixels_rectangle, pixels, start, end)
process64(pixels_rectangle, pixels, start, end)
Processes the loaded pixels.
Parameters:
Parameter | Type | Description |
---|---|---|
pixels_rectangle | Rectangle | The pixels rectangle. |
pixels | long | The 64-bit ARGB pixels. |
start | Point | The start pixels point. If not equal to (left,top) meaning that it is not full rectangle we have. |
end | Point | The end pixels point. If not equal to (right,bottom) meaning that it is not full rectangle we have. |