ezLCD SDK Documentation

EZLCDBase. Method

 [This is preliminary documentation and subject to change.]

Methods to draw a line on the screen from the current position to the location supplied.

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] Overridable  OverloadsPublic Sub (ByVal EZLCDPoint) _     Implements IEZLCDNative.
[C#] public virtual void (EZLCDPoint);
[C++] public: virtual void (EZLCDPoint);
[JScript] public virtual function (EZLCDPoint);

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] Overridable  OverloadsPublic Sub (ByVal Byte,ByVal Byte) _     Implements IEZLCDNative.
[C#] public virtual void (byte,byte);
[C++] public: virtual void (char,char);
[JScript] public virtual function (Byte,Byte);

See Also

EZLCDBase Class | EZLCD.SDK Namespace