Sets the color of the pixel at the specified location.
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);
EZLCDBitmap Class | EZLCD.Core Namespace