Methods to draw a line on the screen at a specified location.
Draws a line between two points in the current foreground color.
[Visual Basic] Overridable OverloadsPublic Sub (ByVal EZLCDPoint,ByVal EZLCDPoint) _ Implements IEZLCDAdvanced.
[C#] public virtual void (EZLCDPoint,EZLCDPoint);
[C++] public: virtual void (EZLCDPoint,EZLCDPoint);
[JScript] public virtual function (EZLCDPoint,EZLCDPoint);
Draws a line between two points in the specified color.
[Visual Basic] Overridable OverloadsPublic Sub (ByVal EZLCDPoint,ByVal EZLCDPoint,ByVal EZLCDColor) _ Implements IEZLCDAdvanced.
[C#] public virtual void (EZLCDPoint,EZLCDPoint,EZLCDColor);
[C++] public: virtual void (EZLCDPoint,EZLCDPoint,EZLCDColor);
[JScript] public virtual function (EZLCDPoint,EZLCDPoint,EZLCDColor);
EZLCDBase Class | EZLCD.SDK Namespace