ezLCD SDK Documentation

EZLCDBase.CurrentPosition Property

 [This is preliminary documentation and subject to change.]

Sets the current position of the LCD.

[Visual Basic]
Public Property WriteOnly EZLCDPoint As  _
    Implements IEZLCDAdvanced.
[C#]
public EZLCDPoint EZLCDPoint { set; }
[C++]
public: __property void set_EZLCDPoint(EZLCDPoint );
[JScript]
public function set EZLCDPoint(EZLCDPoint);

Implements

IEZLCDAdvanced.

See Also

EZLCDBase Class | EZLCD.SDK Namespace