SetPixel

<< Click to Display Table of Contents >>

Navigation:  EasyDotNet documentation > Classes > TDrawingBitmap > Methods >

SetPixel

Previous pageReturn to chapter overviewNext page

Sets 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 value that represents the color to assign to the specified pixel.

 

SetPixel                       PROCEDURE(LONG x, LONG y, long pColor), BOOL, PROC