ezLCD SDK Documentation

IEZLCDAdvanced. Method

 [This is preliminary documentation and subject to change.]

Draws a string at the specified location in the current foreground color using the current font in the current text direction.

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] Sub (ByVal String,ByVal EZLCDPoint)
[C#] void (string,EZLCDPoint);
[C++] void (String*,EZLCDPoint);
[JScript] 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] Sub (ByVal String,ByVal EZLCDPoint,ByVal Byte)
[C#] void (string,EZLCDPoint,byte);
[C++] void (String*,EZLCDPoint,char);
[JScript] 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] Sub (ByVal String,ByVal EZLCDPoint,ByVal Byte,ByVal TextDirection)
[C#] void (string,EZLCDPoint,byte,TextDirection);
[C++] void (String*,EZLCDPoint,char,TextDirection);
[JScript] 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] Sub (ByVal String,ByVal EZLCDPoint,ByVal Byte,ByVal TextDirection,ByVal EZLCDColor)
[C#] void (string,EZLCDPoint,byte,TextDirection,EZLCDColor);
[C++] void (String*,EZLCDPoint,char,TextDirection,EZLCDColor);
[JScript] function (String,EZLCDPoint,Byte,TextDirection,EZLCDColor);

See Also

IEZLCDAdvanced Interface | EZLCD.SDK Namespace