ezLCD SDK Documentation

EZLCD004. Method (EZLCDPointEx, EZLCDPointEx, Boolean, EZLCDColorEx)

 [This is preliminary documentation and subject to change.]

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

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

Parameters

topLeft
The position of the top-left corner.
bottomRight
The position of the bottom-right corner.
fill
True if the rectangle should be filled.
color
The color of the rectangle.

See Also

EZLCD004 Class | EZLCD.SDK Namespace | EZLCD004. Overload List