Package | Description |
---|---|
com.aspose.imaging |
The package is the core for nested packages and the most basic objects used for Aspose.Imaging processing.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPartialArgb64PixelLoader
The 64-bit ARGB pixels loader.
|
Modifier and Type | Method and Description |
---|---|
void |
RasterImage.getDefaultPixels(Rectangle rectangle,
IPartialArgb32PixelLoader partialPixelLoader)
Gets the default pixels array using partial pixel loader.
|
void |
RasterImage.loadPartialArgb32Pixels(Rectangle rectangle,
IPartialArgb32PixelLoader partialPixelLoader)
Loads 32-bit ARGB pixels partially by packs.
|
void |
IRasterImageArgb32PixelLoader.loadPartialArgb32Pixels(Rectangle rectangle,
IPartialArgb32PixelLoader partialPixelLoader)
Loads 32-bit ARGB pixels partially (by blocks).
|