IPartialArgb32PixelLoader 类

Summary: Conforms to the 32-bit ARGB pixels loaded partially.

Module: aspose.imaging

Full Name: aspose.imaging.IPartialArgb32PixelLoader

Methods

Name描述
process(pixels_rectangle, pixels, start, end)处理已加载的像素。

Method: process(pixels_rectangle, pixels, start, end)

 process(pixels_rectangle, pixels, start, end) 

处理已加载的像素。

Parameters:

参数TypeDescription
pixels_rectangleRectangle像素矩形。
像素int[]32 位 ARGB 像素。
startPoint起始像素点。如果不等于 (left,top),则表示我们拥有的不是完整矩形。
endPoint结束像素点。如果不等于 (right,bottom),则表示我们拥有的不是完整矩形。