IPartialArgb64PixelLoader 类

Summary: The 64-bit ARGB pixels loader.

Module: aspose.imaging

Full Name: aspose.imaging.IPartialArgb64PixelLoader

Methods

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

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

 process64(pixels_rectangle, pixels, start, end) 

处理已加载的像素。

Parameters:

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