Initializes a new instance of the Bitmap class with the specified size, pixel format, and pixel data.
[Visual Basic] Overloads Public Sub New( _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal stride As Integer, _ ByVal format As PixelFormat, _ ByVal scan0 As Integer _ ) [C#] public Bitmap( int width, int height, int stride, PixelFormat format, int scan0 ); [C++] public: Bitmap( int width, int height, int stride, PixelFormat format, int scan0 ); [JScript] public function Bitmap( width : int, height : int, stride : int, format : PixelFormat, scan0 : int );
Bitmap Class | Bitmap Members | System.Drawing Namespace | Bitmap Constructor Overload List