ezLCD SDK Documentation

EZLCDBase. Method (EZLCDPoint, EZLCDPoint, EZLCDColor)

 [This is preliminary documentation and subject to change.]

Draws a line between two points in the specified color.

[Visual Basic]
Overridable  OverloadsPublic Sub ( _ 
   ByVal EZLCDPoint As EZLCDPoint, _ 
   ByVal EZLCDPoint As EZLCDPoint, _ 
   ByVal EZLCDColor As EZLCDColor _ 
) _
    Implements IEZLCDAdvanced.
[C#]
public virtual void (
   EZLCDPoint EZLCDPoint,
   EZLCDPoint EZLCDPoint,
   EZLCDColor EZLCDColor
);
[C++]
public: virtual void (
   EZLCDPoint EZLCDPoint,
   EZLCDPoint EZLCDPoint,
   EZLCDColor EZLCDColor
);
[JScript]
public virtual function (
   EZLCDPoint EZLCDPoint,
   EZLCDPoint EZLCDPoint,
   EZLCDColor EZLCDColor
);

Parameters

start
The start point of the line
end
The end point of the line.
color
The color of the line.

Implements

IEZLCDAdvanced.

Remarks

This routine automatically optimize for vertical and horizontal lines.

See Also

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