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