ezLCD SDK Documentation

EZLCD004. Method (EZLCDPointEx)

 [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]
Public Sub ( _ 
   ByVal EZLCDPointEx As EZLCDPointEx _ 
)
[C#]
public void (
   EZLCDPointEx EZLCDPointEx
);
[C++]
public: void (
   EZLCDPointEx EZLCDPointEx
);
[JScript]
public function (
   EZLCDPointEx EZLCDPointEx
);

Parameters

location
The position of the line end point.

See Also

EZLCD004 Class | EZLCD.SDK Namespace | EZLCD004. Overload List