ezLCD SDK Documentation

EZLCD004. 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.
Inherited from EZLCDBase.

[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.
Inherited from EZLCDBase.

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

Draws a line between two points in the current foreground color.

[Visual Basic] Public Sub (ByVal EZLCDPointEx,ByVal EZLCDPointEx)
[C#] public void (EZLCDPointEx,EZLCDPointEx);
[C++] public: void (EZLCDPointEx,EZLCDPointEx);
[JScript] public function (EZLCDPointEx,EZLCDPointEx);

Draws a line between two points in the specified color.

[Visual Basic] Public Sub (ByVal EZLCDPointEx,ByVal EZLCDPointEx,ByVal EZLCDColorEx)
[C#] public void (EZLCDPointEx,EZLCDPointEx,EZLCDColorEx);
[C++] public: void (EZLCDPointEx,EZLCDPointEx,EZLCDColorEx);
[JScript] public function (EZLCDPointEx,EZLCDPointEx,EZLCDColorEx);

See Also

EZLCD004 Class | EZLCD.SDK Namespace