ezLCD SDK Documentation

IEZLCDAdvanced. Method (String, EZLCDPoint, Byte, TextDirection)

 [This is preliminary documentation and subject to change.]

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

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.

See Also

IEZLCDAdvanced Interface | EZLCD.SDK Namespace | IEZLCDAdvanced. Overload List