ezLCD SDK Documentation

EZLCDBase. Method

 [This is preliminary documentation and subject to change.]

Methods to draw a string on the screen at a specified location.

Overload List

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);

See Also

EZLCDBase Class | EZLCD.SDK Namespace