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