process method
process
Processes the loaded pixels.
def process(self, pixels_rectangle, pixels, start, end):
...
Parameter | Type | Description |
---|---|---|
pixels_rectangle | Rectangle | The pixels rectangle. |
pixels | list | The 32-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. |
See Also
- module
aspose.cad
- class
IPartialArgb32PixelLoader