ezLCD SDK Documentation

EZLCD004. Method

 [This is preliminary documentation and subject to change.]

Draws a rectangle with the top-left corner at the current position and the bottom-right corner at the pixel specified by corner.

Overload List

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);

See Also

EZLCD004 Class | EZLCD.SDK Namespace