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] Public Sub (ByVal String,ByVal EZLCDPointEx)
[C#] public void (string,EZLCDPointEx);
[C++] public: void (String*,EZLCDPointEx);
[JScript] public function (String,EZLCDPointEx);
Draws a string at the specified location in the current foreground color using the specified font in the current text direction.
[Visual Basic] Public Sub (ByVal String,ByVal EZLCDPointEx,ByVal Byte)
[C#] public void (string,EZLCDPointEx,byte);
[C++] public: void (String*,EZLCDPointEx,char);
[JScript] public function (String,EZLCDPointEx,Byte);
Draws a string at the specified location in the current foreground color using the specified font in the specified text direction.
[Visual Basic] Public Sub (ByVal String,ByVal EZLCDPointEx,ByVal Byte,ByVal TextDirection)
[C#] public void (string,EZLCDPointEx,byte,TextDirection);
[C++] public: void (String*,EZLCDPointEx,char,TextDirection);
[JScript] public function (String,EZLCDPointEx,Byte,TextDirection);
Draws a string at the specified location in the specified color using the specified font in the specified text direction.
[Visual Basic] Public Sub (ByVal String,ByVal EZLCDPointEx,ByVal Byte,ByVal TextDirection,ByVal EZLCDColorEx)
[C#] public void (string,EZLCDPointEx,byte,TextDirection,EZLCDColorEx);
[C++] public: void (String*,EZLCDPointEx,char,TextDirection,EZLCDColorEx);
[JScript] public function (String,EZLCDPointEx,Byte,TextDirection,EZLCDColorEx);
EZLCD004 Class | EZLCD.SDK Namespace