Methods to draw a rectangle on the screen with the top-left corner at the current position and the bottom-right corner at the location supplied.
Draws a rectangle with the top-left corner at the current position and the bottom-right corner at the pixel specified by corner.
[Visual Basic] Overridable OverloadsPublic Sub (ByVal EZLCDPoint) _ Implements IEZLCDNative.
[C#] public virtual void (EZLCDPoint);
[C++] public: virtual void (EZLCDPoint);
[JScript] public virtual function (EZLCDPoint);
Draws a rectangle with the top-left corner at the current position and the bottom-right corner at the pixel specified by cornerX and cornerY.
[Visual Basic] Overridable OverloadsPublic Sub (ByVal Byte,ByVal Byte) _ Implements IEZLCDNative.
[C#] public virtual void (byte,byte);
[C++] public: virtual void (char,char);
[JScript] public virtual function (Byte,Byte);
EZLCDBase Class | EZLCD.SDK Namespace