SetPixel Statement:
Set pixel
EM>Object.SetPixel
x, y
|
Parameters:
x,y-coordinates of the pixel to draw
|
Sample:
object.SetPixel
100,200
This method draws a pixel of current color.
See also
SetColor,
GetColor,
GetColorAlpha, GetColorRed,
GetColorBlue,
GetColorGreen, GetPixelRed,
GetPixelAlpha,
GetPixelBlue, GetPixelGreen,
SetColorIndex,
GetColorIndex
More samples:
|