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

Initializes a new instance of the Bitmap class from a specified resource.

[Visual Basic]
Overloads Public Sub New( _
   ByVal type As Type, _
   ByVal resource As String _
)
[C#]
public Bitmap(
   Type type,
   string resource
);
[C++]
public: Bitmap(
   Type* type,
   String* resource
);
[JScript]
public function Bitmap(
   type : Type,
   resource : String
);

Parameters

type
The class used to extract the resource.
resource
The name of the resource.

See Also

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