| IPartialPixelLoaderProcess Method |
Processes the loaded pixels.
Namespace: Aspose.PSDAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxvoid Process(
Rectangle pixelsRectangle,
Color[] pixels,
Point start,
Point end
)
Sub Process (
pixelsRectangle As Rectangle,
pixels As Color(),
start As Point,
end As Point
)
void Process(
Rectangle pixelsRectangle,
array<Color>^ pixels,
Point start,
Point end
)
abstract Process :
pixelsRectangle : Rectangle *
pixels : Color[] *
start : Point *
end : Point -> unit
Parameters
- pixelsRectangle
- Type: Aspose.PSDRectangle
The pixels rectangle. - pixels
- Type: Aspose.PSDColor
The pixels. - start
- Type: Aspose.PSDPoint
The start pixels point. If not equal to (left,top) meaning that it is not full rectangle we have. - end
- Type: Aspose.PSDPoint
The end pixels point. If not equal to (right,bottom) meaning that it is not full rectangle we have.
See Also