IPartialArgb32PixelLoader.Process

IPartialArgb32PixelLoader.Process method

読み込まれたピクセルを処理します。

public void Process(Rectangle pixelsRectangle, int[] pixels, Point start, Point end)
パラメータタイプ説明
pixelsRectangleRectangleピクセルの長方形。
pixelsInt32[]32 ビット ARGB ピクセル。
startPoint開始ピクセル ポイント。 (left,top) と等しくない場合は、完全な長方形ではないことを意味します。
endPoint終了ピクセル ポイント。 (right,bottom) と等しくない場合は、完全な長方形ではないことを意味します。

関連項目