ezLCD SDK Documentation

EZLCDBitmapEx. 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 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);

See Also

EZLCDBitmapEx Class | EZLCD.Core Namespace