'Declaration Public Overloads Sub CreateImage( _ ByVal pixelWidth As System.Integer, _ ByVal pixelHeight As System.Integer _ )
public void CreateImage( System.int pixelWidth, System.int pixelHeight )
Parameters
- pixelWidth
- The width of the image, in pixels.
- pixelHeight
- The height of the image, in pixels.