Methods to draw a rectangle on the screen at a specified location.
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);
EZLCDBase Class | EZLCD.SDK Namespace