ezLCD SDK Documentation

EZLCDBitmapEx. Method

 [This is preliminary documentation and subject to change.]

Gets the color of a pixel at the specified location.

Overload List

Gets the color of a pixel at the specified location.

[Visual Basic] Public Function (ByVal EZLCDPointEx) As EZLCDColorEx
[C#] public EZLCDColorEx (EZLCDPointEx);
[C++] public: EZLCDColorEx (EZLCDPointEx);
[JScript] public function (EZLCDPointEx): EZLCDColorEx;

Gets the color of a pixel at the specified location.

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

See Also

EZLCDBitmapEx Class | EZLCD.Core Namespace