Reads and returns a logical screen descriptor from the supplied
input stream.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static LogicalScreenDescriptor FromStream( Stream inputStream )
Public Shared Function FromStream ( _ inputStream As Stream _ ) As LogicalScreenDescriptor
public: static LogicalScreenDescriptor^ FromStream( Stream^ inputStream )
Parameters
- inputStream (Stream)
- The input stream to be read.
Return Value
The logical screen descriptor read from the input stream.