ezLCD SDK Documentation

EZLCDBitmap. Method

 [This is preliminary documentation and subject to change.]

Sets the color of the pixel at the specified location.

Overload List

Sets the color of the pixel at the specified location.

[Visual Basic] Public Sub (ByVal EZLCDPoint,ByVal EZLCDColor)
[C#] public void (EZLCDPoint,EZLCDColor);
[C++] public: void (EZLCDPoint,EZLCDColor);
[JScript] public function (EZLCDPoint,EZLCDColor);

Sets the color of the pixel at the specified location.

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

See Also

EZLCDBitmap Class | EZLCD.Core Namespace