ezLCD SDK Documentation

EZLCDBase. 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]
Overridable  OverloadsPublic Sub ( _ 
   ByVal EZLCDPoint As EZLCDPoint _ 
) _
    Implements IEZLCDNative.
[C#]
public virtual void (
   EZLCDPoint EZLCDPoint
);
[C++]
public: virtual void (
   EZLCDPoint EZLCDPoint
);
[JScript]
public virtual function (
   EZLCDPoint EZLCDPoint
);

Parameters

corner
The location of the bottom-right corner.

Implements

IEZLCDNative.

See Also

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