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