ezLCD SDK Documentation

EZLCDBitmap. Method (EZLCDPoint, EZLCDColor)

 [This is preliminary documentation and subject to change.]

Sets the color of the pixel at the specified location.

[Visual Basic]
Public Sub ( _ 
   ByVal EZLCDPoint As EZLCDPoint, _ 
   ByVal EZLCDColor As EZLCDColor _ 
)
[C#]
public void (
   EZLCDPoint EZLCDPoint,
   EZLCDColor EZLCDColor
);
[C++]
public: void (
   EZLCDPoint EZLCDPoint,
   EZLCDColor EZLCDColor
);
[JScript]
public function (
   EZLCDPoint EZLCDPoint,
   EZLCDColor EZLCDColor
);

Parameters

location
The location of the pixel to set.
color
The color to set the pixel to.

See Also

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