Draws a line from the current position to the position specified by location. Note: This command will change the current position to the location specified.
Draws a line from the current position to the position specified by location. Note: This command will change the current position to the location specified.
[Visual Basic] Sub (ByVal EZLCDPoint)
[C#] void (EZLCDPoint);
[C++] void (EZLCDPoint);
[JScript] function (EZLCDPoint);
Draws a line from the current position to the position specified by the x and y values. Note: This command will change the current position to the point {x,y}.
[Visual Basic] Sub (ByVal Byte,ByVal Byte)
[C#] void (byte,byte);
[C++] void (char,char);
[JScript] function (Byte,Byte);
IEZLCDNative Interface | EZLCD.SDK Namespace