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] Public Sub (ByVal EZLCDPointEx)
[C#] public void (EZLCDPointEx);
[C++] public: void (EZLCDPointEx);
[JScript] public function (EZLCDPointEx);
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] Public Sub (ByVal UInt16,ByVal Byte)
[C#] public void (ushort,byte);
[C++] public: void (unsigned short,char);
[JScript] public function (UInt16,Byte);
EZLCD004 Class | EZLCD.SDK Namespace