Bitmap.ReadArgb32Pixels

Bitmap.ReadArgb32Pixels method

Reads bitmap pixels in ARGB32 format into given array.

public void ReadArgb32Pixels(int[] pixels)
ParameterTypeDescription
pixelsInt32[]Array to place bitmap pixels. Must have enough capacity.

See Also