ezLCD SDK Documentation

IEZLCDNative. Method (EZLCDPoint)

 [This is preliminary documentation and subject to change.]

Sets the current position of the pixel on the LCD. Note: This command does not affect the image on the LCD.

[Visual Basic]
Sub ( _ 
   ByVal EZLCDPoint As EZLCDPoint _ 
)
[C#]
void (
   EZLCDPoint EZLCDPoint
);
[C++]
void (
   EZLCDPoint EZLCDPoint
);
[JScript]
function (
   EZLCDPoint EZLCDPoint
);

Parameters

location
The new position.

See Also

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