ezLCD SDK Documentation

IEZLCDNative. 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]
Sub ( _ 
   ByVal String As String _ 
)
[C#]
void (
   string String
);
[C++]
void (
   String* String
);
[JScript]
function (
   String String
);

Parameters

stringToPrint
The string to print.

See Also

IEZLCDNative Interface | EZLCD.SDK Namespace