ezLCD SDK Documentation

EZLCDBase. Method (String, EZLCDPoint, Byte, TextDirection, EZLCDColor)

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

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.

Implements

IEZLCDAdvanced.

See Also

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