Draws a line between two points in the current foreground color.
[Visual Basic] Sub ( _ ByVal EZLCDPoint As EZLCDPoint, _ ByVal EZLCDPoint As EZLCDPoint _ ) [C#] void ( EZLCDPoint EZLCDPoint, EZLCDPoint EZLCDPoint ); [C++] void ( EZLCDPoint EZLCDPoint, EZLCDPoint EZLCDPoint ); [JScript] function ( EZLCDPoint EZLCDPoint, EZLCDPoint EZLCDPoint );
This routine automatically optimize for vertical and horizontal lines.
IEZLCDAdvanced Interface | EZLCD.SDK Namespace | IEZLCDAdvanced. Overload List