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 EZLCDPoint) As EZLCDColor
[C#] public EZLCDColor (EZLCDPoint);
[C++] public: EZLCDColor (EZLCDPoint);
[JScript] public function (EZLCDPoint): EZLCDColor;
Gets the color of a pixel at the specified location.
[Visual Basic] Public Function (ByVal Byte,ByVal Byte) As EZLCDColor
[C#] public EZLCDColor (byte,byte);
[C++] public: EZLCDColor (char,char);
[JScript] public function (Byte,Byte): EZLCDColor;
EZLCDBitmap Class | EZLCD.Core Namespace