Method FromStream NamespaceAlternet.Drawing AssemblyAlternet.UI.Common.dll FromStream(Stream) Creates an Image from the specified data stream. public static Image FromStream(Stream stream) Parameters stream Stream A Stream that contains the data for this Image. Returns Image The Image this method creates.