ezLCD SDK Documentation

EZLCDBase. Method (EZLCDPoint, EZLCDPoint, Boolean, EZLCDColor)

 [This is preliminary documentation and subject to change.]

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

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

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.
color
The color of the rectangle.

Implements

IEZLCDAdvanced.

See Also

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