ezLCD SDK Documentation

IEZLCDNative. Method (EZLCDPoint)

 [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]
Sub ( _ 
   ByVal EZLCDPoint As EZLCDPoint _ 
)
[C#]
void (
   EZLCDPoint EZLCDPoint
);
[C++]
void (
   EZLCDPoint EZLCDPoint
);
[JScript]
function (
   EZLCDPoint EZLCDPoint
);

Parameters

corner
The location of the bottom-right corner.

See Also

IEZLCDNative Interface | EZLCD.SDK Namespace | IEZLCDNative. Overload List