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