RasterImage.GetArgb32Pixel

RasterImage.GetArgb32Pixel method

Ruft ein 32-Bit-ARGB-Pixelbild ab.

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

Rückgabewert

Das 32-Bit-ARGB-Pixel für die angegebene Position.

Siehe auch