ezLCD SDK Documentation

EZLCD004. Method

 [This is preliminary documentation and subject to change.]

Draws a rectangle with the specified corner points in the specified color.

Overload List

Draws a rectangle with the specified corner points in the current foreground color.
Inherited from EZLCDBase.

[Visual Basic] Overridable  OverloadsPublic Sub (ByVal EZLCDPoint,ByVal EZLCDPoint,ByVal Boolean) _     Implements IEZLCDAdvanced.
[C#] public virtual void (EZLCDPoint,EZLCDPoint,bool);
[C++] public: virtual void (EZLCDPoint,EZLCDPoint,bool);
[JScript] public virtual function (EZLCDPoint,EZLCDPoint,bool);

Draws a rectangle with the specified corner points in the specified color.
Inherited from EZLCDBase.

[Visual Basic] Overridable  OverloadsPublic Sub (ByVal EZLCDPoint,ByVal EZLCDPoint,ByVal Boolean,ByVal EZLCDColor) _     Implements IEZLCDAdvanced.
[C#] public virtual void (EZLCDPoint,EZLCDPoint,bool,EZLCDColor);
[C++] public: virtual void (EZLCDPoint,EZLCDPoint,bool,EZLCDColor);
[JScript] public virtual function (EZLCDPoint,EZLCDPoint,bool,EZLCDColor);

Draws a rectangle with the specified corner points in the specified color.

[Visual Basic] Public Sub (ByVal EZLCDPointEx,ByVal EZLCDPointEx,ByVal Boolean,ByVal EZLCDColorEx)
[C#] public void (EZLCDPointEx,EZLCDPointEx,bool,EZLCDColorEx);
[C++] public: void (EZLCDPointEx,EZLCDPointEx,bool,EZLCDColorEx);
[JScript] public function (EZLCDPointEx,EZLCDPointEx,bool,EZLCDColorEx);

See Also

EZLCD004 Class | EZLCD.SDK Namespace