ezLCD SDK Documentation

EZLCDBase Constructor 

 [This is preliminary documentation and subject to change.]

Base constructor called by derived classes. It is not possible to create an instance of this abstract base class.

[Visual Basic]
Protected Sub New( _ 
   ByVal Stream As Stream _ 
)
[C#]
protected EZLCDBase(
   Stream Stream
);
[C++]
protected: EZLCDBase(
   Stream* Stream
);
[JScript]
protected function EZLCDBase(
   Stream Stream
);

Parameters

outputStream

See Also

EZLCDBase Class | EZLCD.SDK Namespace