Draws a line between two points in the current foreground color.
Draws a line between two points in the current foreground color.
[Visual Basic] Sub (ByVal EZLCDPoint,ByVal EZLCDPoint)
[C#] void (EZLCDPoint,EZLCDPoint);
[C++] void (EZLCDPoint,EZLCDPoint);
[JScript] function (EZLCDPoint,EZLCDPoint);
Draws a line between two points in the specified color.
[Visual Basic] Sub (ByVal EZLCDPoint,ByVal EZLCDPoint,ByVal EZLCDColor)
[C#] void (EZLCDPoint,EZLCDPoint,EZLCDColor);
[C++] void (EZLCDPoint,EZLCDPoint,EZLCDColor);
[JScript] function (EZLCDPoint,EZLCDPoint,EZLCDColor);
IEZLCDAdvanced Interface | EZLCD.SDK Namespace