Gets the color of a pixel at the specified location.
[Visual Basic] Public Function ( _ ByVal EZLCDPointEx As EZLCDPointEx _ ) As EZLCDColorEx [C#] public EZLCDColorEx ( EZLCDPointEx EZLCDPointEx ); [C++] public: EZLCDColorEx ( EZLCDPointEx EZLCDPointEx ); [JScript] public function ( EZLCDPointEx EZLCDPointEx ): EZLCDColorEx;
The color of the pixel located at {location.X, location.Y}
EZLCDBitmapEx Class | EZLCD.Core Namespace | EZLCDBitmapEx. Overload List