Draws a rectangle with the top-left corner at the current position and the bottom-right corner at the pixel specified by corner.
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] Sub (ByVal EZLCDPoint)
[C#] void (EZLCDPoint);
[C++] void (EZLCDPoint);
[JScript] function (EZLCDPoint);
Draws a filled 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] Sub (ByVal Byte,ByVal Byte)
[C#] void (byte,byte);
[C++] void (char,char);
[JScript] function (Byte,Byte);
IEZLCDNative Interface | EZLCD.SDK Namespace