[]
Creates the internal image of the given size with uninitialized content.
public void CreateImage(int width, int height, PixelFormat pixelFormat)
| Type | Name | Description |
|---|---|---|
| int | width | The width of the image, in pixels. |
| int | height | The height of the image, in pixels. |
| PixelFormat | pixelFormat | The pixel format of the image. |