Gets the color of a pixel at the specified location.
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;
EZLCDBitmapEx Class | EZLCD.Core Namespace