IPartialRawDataLoader.Process
Contents
[
Hide
]Process(Rectangle, byte[], Point, Point)
Processes the loaded data.
public void Process(Rectangle rectangle, byte[] data, Point start, Point end)
| Parameter | Type | Description |
|---|---|---|
| rectangle | Rectangle | The data rectangle. |
| data | Byte[] | 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. |
See Also
- struct Rectangle
- struct Point
- interface IPartialRawDataLoader
- namespace Aspose.PSD
- assembly Aspose.PSD
Process(Rectangle, byte[], Point, Point, LoadOptions)
Processes the loaded data.
public void Process(Rectangle rectangle, byte[] data, Point start, Point end,
LoadOptions loadOptions)
| Parameter | Type | Description |
|---|---|---|
| rectangle | Rectangle | The data rectangle. |
| data | Byte[] | 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. |
| loadOptions | LoadOptions | The load options. |
See Also
- struct Rectangle
- struct Point
- class LoadOptions
- interface IPartialRawDataLoader
- namespace Aspose.PSD
- assembly Aspose.PSD