ezLCD SDK Documentation

EZLCDBitmap. Method (Byte, Byte)

 [This is preliminary documentation and subject to change.]

Gets the color of a pixel at the specified location.

[Visual Basic]
Public Function ( _ 
   ByVal Byte As Byte, _ 
   ByVal Byte As Byte _ 
) As EZLCDColor
[C#]
public EZLCDColor (
   byte Byte,
   byte Byte
);
[C++]
public: EZLCDColor (
   char Byte,
   char Byte
);
[JScript]
public function (
   Byte Byte,
   Byte Byte
): EZLCDColor;

Parameters

x
The x dimension of the pixel location.
y
The y dimension of the pixel location.

Return Value

The color of the pixel located at {x,y}

See Also

EZLCDBitmap Class | EZLCD.Core Namespace | EZLCDBitmap. Overload List