ezLCD SDK Documentation

EZLCDBitmapEx. Method (EZLCDPointEx, EZLCDColorEx)

 [This is preliminary documentation and subject to change.]

Sets the color of the pixel at the specified location.

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

Parameters

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

See Also

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