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 As String, _ ByVal EZLCDPoint As EZLCDPoint, _ ByVal Byte As Byte, _ ByVal TextDirection As TextDirection _ ) [C#] void ( string String, EZLCDPoint EZLCDPoint, byte Byte, TextDirection TextDirection ); [C++] void ( String* String, EZLCDPoint EZLCDPoint, char Byte, TextDirection TextDirection ); [JScript] function ( String String, EZLCDPoint EZLCDPoint, Byte Byte, TextDirection TextDirection );
IEZLCDAdvanced Interface | EZLCD.SDK Namespace | IEZLCDAdvanced. Overload List