DECLARE FUNCTION DQBpoint (BYVAL Layer, BYVAL x, BYVAL y)
Layer - Layer where to get the pixel from
x - Pixel x coordinate
y - Pixel y coordinate
An INTEGER value holding the color number of specified pixel
Call this function to retrieve the color number of a specified pixel.
none