ezLCD SDK Documentation

EZLCDBase. Method

 [This is preliminary documentation and subject to change.]

Methods to draw a line on the screen at a specified location.

Overload List

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

See Also

EZLCDBase Class | EZLCD.SDK Namespace