ezLCD SDK Documentation

EZLCDBase. Method 

 [This is preliminary documentation and subject to change.]

Prints a string at the current location, in the background color, using the current font.

[Visual Basic]
Overridable Public Sub ( _ 
   ByVal String As String _ 
) _
    Implements IEZLCDNative.
[C#]
public virtual void (
   string String
);
[C++]
public: virtual void (
   String* String
);
[JScript]
public virtual function (
   String String
);

Parameters

stringToPrint
The string to print.

Implements

IEZLCDNative.

See Also

EZLCDBase Class | EZLCD.SDK Namespace