NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Image.FromStream

[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;

Parameters

stream
[To be supplied.]

See Also

Image Class | Image Members | System.Drawing Namespace