ezLCD SDK Documentation

EZLCDBase. Method (EZLCDPoint)

 [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]
Overridable  OverloadsPublic Sub ( _ 
   ByVal EZLCDPoint As EZLCDPoint _ 
) _
    Implements IEZLCDNative.
[C#]
public virtual void (
   EZLCDPoint EZLCDPoint
);
[C++]
public: virtual void (
   EZLCDPoint EZLCDPoint
);
[JScript]
public virtual function (
   EZLCDPoint EZLCDPoint
);

Parameters

location
The location of the pixel to plot.

Implements

IEZLCDNative.

See Also

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