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 EZLCDPointEx,ByVal EZLCDColorEx)
[C#] public void (EZLCDPointEx,EZLCDColorEx);
[C++] public: void (EZLCDPointEx,EZLCDColorEx);
[JScript] public function (EZLCDPointEx,EZLCDColorEx);
Sets the color of the pixel at the specified location.
[Visual Basic] Public Sub (ByVal UInt16,ByVal Byte,ByVal EZLCDColorEx)
[C#] public void (ushort,byte,EZLCDColorEx);
[C++] public: void (unsigned short,char,EZLCDColorEx);
[JScript] public function (UInt16,Byte,EZLCDColorEx);
EZLCDBitmapEx Class | EZLCD.Core Namespace