ezLCD SDK Documentation

EZLCD004. Method (EZLCDPointEx)

 [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.

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

Parameters

corner
The location of the bottom-right corner.

See Also

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