ezLCD SDK Documentation

IEZLCDAdvanced. Method (EZLCDPoint, EZLCDPoint, Boolean)

 [This is preliminary documentation and subject to change.]

Draws a rectangle with the specified corner points in the current foreground color.

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

Parameters

topLeft
The position of the top-left corner.
bottomRight
The position of the bottom-right corner.
fill
True if the rectangle should be filled.

See Also

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