width | The width, in pixels, of the new bitmap. |
height | The height, in pixels, of the new bitmap. |
stride | Integer that specifies the byte offset between the beginning of one scan line and the next. This is usually (but not necessarily) the number of bytes in the pixel format (for example, 2 for 16 bits per pixel) multiplied by the width of the bitmap. The value passed to this parameter must be a multiple of four. |
format | The pixel format for the new xtd::drawing::bitmap class with the specified size and format. |
scan0 | Pointer to an array of bytes that contains the pixel data. |