IPartialPixelLoaderProcess Method
Processes the loaded pixels.

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
void Process(
	Rectangle pixelsRectangle,
	Color[] pixels,
	Point start,
	Point end
)

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