ezLCD SDK Documentation

IEZLCDNative. Method 

 [This is preliminary documentation and subject to change.]

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]
Sub ( _ 
   ByVal Byte As Byte _ 
)
[C#]
void (
   byte Byte
);
[C++]
void (
   char Byte
);
[JScript]
function (
   Byte Byte
);

Parameters

x
The x coordinate to draw the line to.

See Also

IEZLCDNative Interface | EZLCD.SDK Namespace