ezLCD SDK Documentation

IEZLCDNative. 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] 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);

See Also

IEZLCDNative Interface | EZLCD.SDK Namespace