ezLCD SDK Documentation

IEZLCDNative. Method (EZLCDPoint)

 [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.

[Visual Basic]
Sub ( _ 
   ByVal EZLCDPoint As EZLCDPoint _ 
)
[C#]
void (
   EZLCDPoint EZLCDPoint
);
[C++]
void (
   EZLCDPoint EZLCDPoint
);
[JScript]
function (
   EZLCDPoint EZLCDPoint
);

Parameters

location
The position of the line end point.

See Also

IEZLCDNative Interface | EZLCD.SDK Namespace | IEZLCDNative. Overload List