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!

Bitmap Constructor (Stream, Boolean)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal stream As Stream, _
   ByVal useICM As Boolean _
)
[C#]
public Bitmap(
   Stream stream,
   bool useICM
);
[C++]
public: Bitmap(
   Stream* stream,
   bool useICM
);
[JScript]
public function Bitmap(
   stream : Stream,
   useICM : Boolean
);

Parameters

stream
[To be supplied.]
useICM
[To be supplied.]

See Also

Bitmap Class | Bitmap Members | System.Drawing Namespace | Bitmap Constructor Overload List