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