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 );
Bitmap Class | Bitmap Members | System.Drawing Namespace | Bitmap Constructor Overload List