AlbLib.Imaging.HeaderedImage.FromStream C# (CSharp) Method

FromStream() public static method

Creates new instance.
public static FromStream ( Stream stream ) : HeaderedImage
stream Stream
return HeaderedImage
        public static HeaderedImage FromStream(Stream stream)
        {
            return new HeaderedImage(stream);
        }