ezLCD SDK Documentation

EZLCDBitmapEx. Method (EZLCDPointEx)

 [This is preliminary documentation and subject to change.]

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;

Parameters

location
The location of the pixel.

Return Value

The color of the pixel located at {location.X, location.Y}

See Also

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