ezLCD SDK Documentation

EZLCD004. Method (String, EZLCDPointEx, Byte, TextDirection, EZLCDColorEx)

 [This is preliminary documentation and subject to change.]

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
);

Parameters

textOut
The string to draw.
topLeft
The location of the string.
fontIdx
The numeric index of the font to use.
direction
The text direction to use.
textColor
The color of the text.

See Also

EZLCD004 Class | EZLCD.SDK Namespace | EZLCD004. Overload List