IPartialRawDataLoader.Process
Process(Rectangle, byte[], Point, Point)
处理已加载的数据。
public void Process(Rectangle rectangle, byte[] data, Point start, Point end)
| 参数 | 类型 | 描述 |
|---|---|---|
| 矩形 | Rectangle | 数据矩形。 |
| 数据 | Byte[] | 原始数据。 |
| start | Point | 起始数据点。如果不等于 (left,top),则表示我们拥有的不是完整矩形。 |
| end | Point | 结束数据点。如果不等于 (right,bottom),则表示我们拥有的不是完整矩形。 |
另请参见
- struct Rectangle
- struct Point
- interface IPartialRawDataLoader
- namespace Aspose.Imaging
- assembly Aspose.Imaging
Process(Rectangle, byte[], Point, Point, LoadOptions)
处理已加载的数据。
public void Process(Rectangle rectangle, byte[] data, Point start, Point end,
LoadOptions loadOptions)
| 参数 | 类型 | 描述 |
|---|---|---|
| 矩形 | Rectangle | 数据矩形。 |
| 数据 | Byte[] | 原始数据。 |
| start | Point | 起始数据点。如果不等于 (left,top),则表示我们拥有的不是完整矩形。 |
| end | Point | 结束数据点。如果不等于 (right,bottom),则表示我们拥有的不是完整矩形。 |
| loadOptions | LoadOptions | 加载选项。 |
另请参见
- struct Rectangle
- struct Point
- class LoadOptions
- interface IPartialRawDataLoader
- namespace Aspose.Imaging
- assembly Aspose.Imaging