ezLCD SDK Documentation

EZLCDBitmapEx. Method (UInt16, Byte)

 [This is preliminary documentation and subject to change.]

Gets the color of a pixel at the specified location.

[Visual Basic]
Public Function ( _ 
   ByVal UInt16 As UInt16, _ 
   ByVal Byte As Byte _ 
) As EZLCDColorEx
[C#]
public EZLCDColorEx (
   ushort UInt16,
   byte Byte
);
[C++]
public: EZLCDColorEx (
   unsigned short UInt16,
   char Byte
);
[JScript]
public function (
   UInt16 UInt16,
   Byte Byte
): EZLCDColorEx;

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

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