GetPixel

<< Click to Display Table of Contents >>

Navigation:  EasyDotNet documentation > Classes > TDrawingBitmap > Methods >

GetPixel

Previous pageReturn to chapter overviewNext page

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