Index // GetSlice


Format:

getslice(x, y, width, height )

Description:

Return a string that contains a Hexidecimal representtion of the rectangle defined by the parameters. String is formatted as first 4 bytes - width, next 4 bytes - height, 6 bytes for each pixel (width * height).

See Also:

PutSlice

Revised:

0.9.6b