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