ezLCD SDK Documentation

IEZLCDAdvanced. Method (EZLCDPoint, EZLCDPoint)

 [This is preliminary documentation and subject to change.]

Draws a line between two points in the current foreground color.

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

Parameters

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

Remarks

This routine automatically optimize for vertical and horizontal lines.

See Also

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