Reads and returns an image descriptor from the supplied stream.

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 )

- inputStream (Stream)
- The input stream to read.

The image descriptor read from the supplied input stream.