Creates the internal image of the given size with uninitialized content.
public void CreateImage(
System.int ,
System.int ,
PixelFormat
)
'Declaration
Public Sub CreateImage( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As PixelFormat _
)
Parameters
- width
- The width of the image, in pixels.
- height
- The height of the image, in pixels.
- pixelFormat
- The pixel format of the image.