process method
Contents
[
Hide
]process
Processes the loaded data.
def process(self, rectangle, data, start, end):
...
Parameter | Type | Description |
---|---|---|
rectangle | Rectangle | The data rectangle. |
data | bytes | The raw data. |
start | Point | The start data point. If not equal to (left,top) meaning that it is not full rectangle we have. |
end | Point | The end data point. If not equal to (right,bottom) meaning that it is not full rectangle we have. |
process
Processes the loaded data.
def process(self, rectangle, data, start, end, load_options):
...
Parameter | Type | Description |
---|---|---|
rectangle | Rectangle | The data rectangle. |
data | bytes | The raw data. |
start | Point | The start data point. If not equal to (left,top) meaning that it is not full rectangle we have. |
end | Point | The end data point. If not equal to (right,bottom) meaning that it is not full rectangle we have. |
load_options | LoadOptions | The load options. |
See Also
- module
aspose.cad
- class
IPartialRawDataLoader