Methods to draw a string on the screen at a specified location.
Draws a string at the specified location in the current foreground color using the current font in the current text direction.
[Visual Basic] Overridable OverloadsPublic Sub (ByVal String,ByVal EZLCDPoint) _ Implements IEZLCDAdvanced.
[C#] public virtual void (string,EZLCDPoint);
[C++] public: virtual void (String*,EZLCDPoint);
[JScript] public virtual function (String,EZLCDPoint);
Draws a string at the specified location in the current foreground color using the specified font in the current text direction.
[Visual Basic] Overridable OverloadsPublic Sub (ByVal String,ByVal EZLCDPoint,ByVal Byte) _ Implements IEZLCDAdvanced.
[C#] public virtual void (string,EZLCDPoint,byte);
[C++] public: virtual void (String*,EZLCDPoint,char);
[JScript] public virtual function (String,EZLCDPoint,Byte);
Draws a string at the specified location in the current foreground color using the specified font in the specified text direction.
[Visual Basic] Overridable OverloadsPublic Sub (ByVal String,ByVal EZLCDPoint,ByVal Byte,ByVal TextDirection) _ Implements IEZLCDAdvanced.
[C#] public virtual void (string,EZLCDPoint,byte,TextDirection);
[C++] public: virtual void (String*,EZLCDPoint,char,TextDirection);
[JScript] public virtual function (String,EZLCDPoint,Byte,TextDirection);
Draws a string at the specified location in the specified color using the specified font in the specified text direction.
[Visual Basic] Overridable OverloadsPublic Sub (ByVal String,ByVal EZLCDPoint,ByVal Byte,ByVal TextDirection,ByVal EZLCDColor) _ Implements IEZLCDAdvanced.
[C#] public virtual void (string,EZLCDPoint,byte,TextDirection,EZLCDColor);
[C++] public: virtual void (String*,EZLCDPoint,char,TextDirection,EZLCDColor);
[JScript] public virtual function (String,EZLCDPoint,Byte,TextDirection,EZLCDColor);
EZLCDBase Class | EZLCD.SDK Namespace