ezLCD SDK Documentation

IEZLCDNative. Method

 [This is preliminary documentation and subject to change.]

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.

Overload List

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);

See Also

IEZLCDNative Interface | EZLCD.SDK Namespace