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 (String, Boolean)

[To be supplied.]

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

Parameters

filename
[To be supplied.]
useICM
[To be supplied.]

See Also

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