ezLCD SDK Documentation

EZLCDBitmap. Method (Byte, Byte, EZLCDColor)

 [This is preliminary documentation and subject to change.]

Sets the color of the pixel at the specified location.

[Visual Basic]
Public Sub ( _ 
   ByVal Byte As Byte, _ 
   ByVal Byte As Byte, _ 
   ByVal EZLCDColor As EZLCDColor _ 
)
[C#]
public void (
   byte Byte,
   byte Byte,
   EZLCDColor EZLCDColor
);
[C++]
public: void (
   char Byte,
   char Byte,
   EZLCDColor EZLCDColor
);
[JScript]
public function (
   Byte Byte,
   Byte Byte,
   EZLCDColor EZLCDColor
);

Parameters

x
The x dimension of the pixel to set.
y
The y dimension of the pixel to set.
color
The color to set the pixel to.

See Also

EZLCDBitmap Class | EZLCD.Core Namespace | EZLCDBitmap. Overload List