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