ezLCD SDK Documentation

EZLCDBase. Method 

 [This is preliminary documentation and subject to change.]

Prints a character at the current location, in the foreground color, using the current font.

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

Parameters

character
The character to print.

Implements

IEZLCDNative.

See Also

EZLCDBase Class | EZLCD.SDK Namespace