ezLCD SDK Documentation

EZLCDBitmap. Method (EZLCDPoint)

 [This is preliminary documentation and subject to change.]

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;

Parameters

location
The location of the pixel.

Return Value

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

See Also

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