ezLCD SDK Documentation

EZLCD004. Method (EZLCDPointEx)

 [This is preliminary documentation and subject to change.]

Sets the color of the pixel at the specified location to the foreground color. Note: This command will change your current position to {x,y}

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

Parameters

location
The location of the pixel to plot.

See Also

EZLCD004 Class | EZLCD.SDK Namespace | EZLCD004. Overload List