ezLCD SDK Documentation

EZLCDBase. Method

 [This is preliminary documentation and subject to change.]

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.

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

See Also

EZLCDBase Class | EZLCD.SDK Namespace