RasterImage.GetPixel

RasterImage.GetPixel method

Ruft ein Bildpixel ab.

public Color GetPixel(int x, int y)
ParameterTypBeschreibung
xInt32Die Pixel-x-Position.
yInt32Die Pixel-y-Position.

Rückgabewert

Die Pixelfarbe für die angegebene Position.

Siehe auch