RasterImage.SetArgb32Pixel

RasterImage.SetArgb32Pixel method

Stelt een afbeelding 32-bits ARGB-pixel in voor de opgegeven positie.

public void SetArgb32Pixel(int x, int y, int argb32Color)
ParameterTypeBeschrijving
xInt32De pixel x-locatie.
yInt32De pixel y-locatie.
argb32ColorInt32De 32-bits ARGB-pixel voor de opgegeven positie.

Zie ook