ezLCD SDK Documentation

EZLCD004. Method

 [This is preliminary documentation and subject to change.]

Draws a line from the current position to the position specified by location. Note: This command will change the current position to the location specified.

Overload List

Draws a line from the current position to the position specified by location. Note: This command will change the current position to the location specified.

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

Draws a line from the current position to the position specified by the x and y values. Note: This command will change the current position to the point {x,y}.

[Visual Basic] Public Sub (ByVal UInt16,ByVal Byte)
[C#] public void (ushort,byte);
[C++] public: void (unsigned short,char);
[JScript] public function (UInt16,Byte);

See Also

EZLCD004 Class | EZLCD.SDK Namespace