ezLCD SDK Documentation

IEZLCDAdvanced. Method

 [This is preliminary documentation and subject to change.]

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

Overload List

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

See Also

IEZLCDAdvanced Interface | EZLCD.SDK Namespace