'宣言 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 )
パラメータ
- width
- 画像の幅(ピクセル単位)。
- height
- 画像の高さ(ピクセル単位)。
- pixelFormat
- 画像のピクセル形式。