ezLCD SDK Documentation

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

Parameters

location
The position of the line end point.

Implements

IEZLCDNative.

See Also

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