Interface IPartialPixelLoader

Interface IPartialPixelLoader

Der Name: Aspose.Imaging Versammlung: Aspose.Imaging.dll (25.4.0)

bereinstimmt mit den Pixeln, die teilweise geladen sind.

public interface IPartialPixelLoader

Methods

Process(Rectangle, Farbe[][], Punkt, Punkt und Punkt)

Bearbeiten Sie die hochgeladenen Pixel.

void Process(Rectangle pixelsRectangle, Color[] pixels, Point start, Point end)

Parameters

pixelsRectangle Rectangle

Die Pixel sind rectangle.

pixels Color [][]

Und die Pixel.

start Point

Wenn nicht gleich (links, oben) bedeutet, dass es nicht voll rektangle wir haben.

end Point

Wenn nicht gleich (right, bottom) bedeutet, dass es nicht voll rektangle wir haben.

 Deutsch