IRasterImagePixelLoader
All Implemented Interfaces: com.aspose.imaging.IRasterImageRawDataLoader
public interface IRasterImagePixelLoader extends IRasterImageRawDataLoader
Le chargeur de pixels d’image raster.
Méthodes
| Méthode | Description |
|---|---|
| loadPartialPixels(Rectangle rectangle, IPartialPixelLoader partialPixelLoader) | Charge les pixels partiellement (par blocs). |
loadPartialPixels(Rectangle rectangle, IPartialPixelLoader partialPixelLoader)
public abstract void loadPartialPixels(Rectangle rectangle, IPartialPixelLoader partialPixelLoader)
Charge les pixels partiellement (par blocs).
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| rectangle | Rectangle | Le rectangle depuis lequel charger les pixels. |
| partialPixelLoader | IPartialPixelLoader | Le chargeur partiel. |