<< Click to Display Table of Contents >> GetPixel |
Gets the color of the specified pixel in this Bitmap.
x - The x-coordinate of the pixel to retrieve.
y - The y-coordinate of the pixel to retrieve.
pColor - A TDrawingColor structure that represents the color of the specified pixel.
Returns: Clarion color
GetPixel PROCEDURE(LONG x, LONG y, <*TDrawingColor pColor>), LONG, PROC