ezLCD SDK Documentation

EZLCDBitmapEx. Method (UInt16, Byte, EZLCDColorEx)

 [This is preliminary documentation and subject to change.]

Sets the color of the pixel at the specified location.

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

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

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