DQBpoint
FUNCTION

Prototype

DECLARE FUNCTION DQBpoint (BYVAL Layer, BYVAL x, BYVAL y)

Parameters

Layer - Layer where to get the pixel from

x - Pixel x coordinate

y - Pixel y coordinate

Returns

An INTEGER value holding the color number of specified pixel

Description

Call this function to retrieve the color number of a specified pixel.

Notes:

none