ezLCD SDK Documentation

EZLCDBitmap. 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 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;

See Also

EZLCDBitmap Class | EZLCD.Core Namespace