[To be supplied.]
[Visual Basic] Public Shared Function FromStream( _ ByVal stream As Stream _ ) As Image [C#] public static Image FromStream( Stream stream ); [C++] public: static Image* FromStream( Stream* stream ); [JScript] public static function FromStream( stream : Stream ) : Image;