Bitmap Constructor (Image^)

 

Initializes a new instance of the Bitmap class from the specified existing image.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
Bitmap(
	Image^ original
)

Parameters

original
Type: System.Drawing::Image^

The Image from which to create the new Bitmap.

.NET Framework
Available since 1.1
Return to top
Show: