public interface IRasterImageArgb32PixelLoader extends IRasterImageRawDataLoader
The raster image 32-bit ARGB pixel loader.
Modifier and Type | Method and Description |
---|---|
void |
loadPartialArgb32Pixels(Rectangle rectangle,
IPartialArgb32PixelLoader partialPixelLoader)
Loads 32-bit ARGB pixels partially (by blocks).
|
getRawDataSettings, isRawDataAvailable, loadRawData
void loadPartialArgb32Pixels(Rectangle rectangle, IPartialArgb32PixelLoader partialPixelLoader)
Loads 32-bit ARGB pixels partially (by blocks).
rectangle
- The rectangle to load pixels from.partialPixelLoader
- The partial pixel loader.