RasterImage.LoadRawData
Contents
[
Hide
]LoadRawData(Rectangle, RawDataSettings, IPartialRawDataLoader)
Loads raw data.
public void LoadRawData(Rectangle rectangle, RawDataSettings rawDataSettings,
IPartialRawDataLoader rawDataLoader)
| Parameter | Type | Description |
|---|---|---|
| rectangle | Rectangle | The rectangle to load raw data from. |
| rawDataSettings | RawDataSettings | The raw data settings to use for loaded data. Note if data is not in the format specified then data conversion will be performed. |
| rawDataLoader | IPartialRawDataLoader | The raw data loader. |
See Also
- struct Rectangle
- class RawDataSettings
- interface IPartialRawDataLoader
- class RasterImage
- namespace Aspose.PSD
- assembly Aspose.PSD
LoadRawData(Rectangle, Rectangle, RawDataSettings, IPartialRawDataLoader)
Loads raw data.
public void LoadRawData(Rectangle rectangle, Rectangle destImageBounds,
RawDataSettings rawDataSettings, IPartialRawDataLoader rawDataLoader)
| Parameter | Type | Description |
|---|---|---|
| rectangle | Rectangle | The rectangle to load raw data from. |
| destImageBounds | Rectangle | The dest image bounds. |
| rawDataSettings | RawDataSettings | The raw data settings to use for loaded data. Note if data is not in the format specified then data conversion will be performed. |
| rawDataLoader | IPartialRawDataLoader | The raw data loader. |
See Also
- struct Rectangle
- class RawDataSettings
- interface IPartialRawDataLoader
- class RasterImage
- namespace Aspose.PSD
- assembly Aspose.PSD