Draws a rectangle with the specified corner points in the current foreground color.
Draws a rectangle with the specified corner points in the current foreground color.
[Visual Basic] Sub (ByVal EZLCDPoint,ByVal EZLCDPoint,ByVal Boolean)
[C#] void (EZLCDPoint,EZLCDPoint,bool);
[C++] void (EZLCDPoint,EZLCDPoint,bool);
[JScript] function (EZLCDPoint,EZLCDPoint,bool);
Draws a rectangle with the specified corner points in the specified color.
[Visual Basic] Sub (ByVal EZLCDPoint,ByVal EZLCDPoint,ByVal Boolean,ByVal EZLCDColor)
[C#] void (EZLCDPoint,EZLCDPoint,bool,EZLCDColor);
[C++] void (EZLCDPoint,EZLCDPoint,bool,EZLCDColor);
[JScript] function (EZLCDPoint,EZLCDPoint,bool,EZLCDColor);
IEZLCDAdvanced Interface | EZLCD.SDK Namespace