ezLCD SDK Documentation

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

Parameters

location
The location of the pixel to plot.

See Also

IEZLCDNative Interface | EZLCD.SDK Namespace | IEZLCDNative. Overload List