[]
Creates the image of the given size.
public void CreateImage(int pixelWidth, int pixelHeight, bool opaque = false)
Public Sub CreateImage(pixelWidth As Integer, pixelHeight As Integer, Optional opaque As Boolean = False)
Type | Name | Description |
---|---|---|
int | pixelWidth | The width of the image, in pixels. |
int | pixelHeight | The height of the image, in pixels. |
bool | opaque | Indicates if the alpha channel should be ignored. |