ezLCD SDK Documentation

EZLCD004. Method (EZLCDPointEx, EZLCDPointEx, EZLCDColorEx)

 [This is preliminary documentation and subject to change.]

Draws a line between two points in the specified color.

[Visual Basic]
Public Sub ( _ 
   ByVal EZLCDPointEx As EZLCDPointEx, _ 
   ByVal EZLCDPointEx As EZLCDPointEx, _ 
   ByVal EZLCDColorEx As EZLCDColorEx _ 
)
[C#]
public void (
   EZLCDPointEx EZLCDPointEx,
   EZLCDPointEx EZLCDPointEx,
   EZLCDColorEx EZLCDColorEx
);
[C++]
public: void (
   EZLCDPointEx EZLCDPointEx,
   EZLCDPointEx EZLCDPointEx,
   EZLCDColorEx EZLCDColorEx
);
[JScript]
public function (
   EZLCDPointEx EZLCDPointEx,
   EZLCDPointEx EZLCDPointEx,
   EZLCDColorEx EZLCDColorEx
);

Parameters

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

Remarks

This routine automatically optimize for vertical and horizontal lines.

See Also

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