Draws a fast horizontal line from the current position to the point at the same y coordinate and the specified x coordinate. Note: This command will change the current location to the line end.
[Visual Basic] Overridable Public Sub ( _ ByVal Byte As Byte _ ) _ Implements IEZLCDNative. [C#] public virtual void ( byte Byte ); [C++] public: virtual void ( char Byte ); [JScript] public virtual function ( Byte Byte );
EZLCDBase Class | EZLCD.SDK Namespace