'Declaration Public Sub CreateImage( _ ByVal width As System.Integer, _ ByVal height As System.Integer, _ ByVal pixelFormat As PixelFormat _ )
public void CreateImage( System.int width, System.int height, PixelFormat 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.