Parameters:
rgbData - an array of ARGB values in the format 0xAARRGGBB
offset - the array index of the first ARGB value
scanlength - the relative array offset between the corresponding pixels in consecutive rows in the rgbData array
x - the horizontal location of the region to be rendered
y - the vertical location of the region to be rendered
width - the width of the region to be rendered
height - the height of the region to be rendered
processAlpha - true if rgbData has an alpha channel, false if all pixels are fully opaque
Throws:
ArrayIndexOutOfBoundsException - if the requested operation will attempt to access an element of rgbData whose index is either negative or beyond its length
NullPointerException - if rgbData is null