ezLCD SDK Documentation

EZLCDBase. Method

 [This is preliminary documentation and subject to change.]

Methods to draw a rectangle on the screen at a specified location.

Overload List

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

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

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

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

See Also

EZLCDBase Class | EZLCD.SDK Namespace