ezLCD SDK Documentation

EZLCD004. Method 

 [This is preliminary documentation and subject to change.]

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

[Visual Basic]
Public Sub ( _ 
   ByVal EZLCDPointEx As EZLCDPointEx, _ 
   ByVal EZLCDPointEx As EZLCDPointEx, _ 
   ByVal Boolean As Boolean _ 
)
[C#]
public void (
   EZLCDPointEx EZLCDPointEx,
   EZLCDPointEx EZLCDPointEx,
   bool Boolean
);
[C++]
public: void (
   EZLCDPointEx EZLCDPointEx,
   EZLCDPointEx EZLCDPointEx,
   bool Boolean
);
[JScript]
public function (
   EZLCDPointEx EZLCDPointEx,
   EZLCDPointEx EZLCDPointEx,
   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

EZLCD004 Class | EZLCD.SDK Namespace