'宣言 Public Overloads Sub CreateImage( _ ByVal pixelWidth As System.Integer, _ ByVal pixelHeight As System.Integer, _ ByVal dpiX As System.Single, _ ByVal dpiY As System.Single _ )
public void CreateImage( System.int pixelWidth, System.int pixelHeight, System.float dpiX, System.float dpiY )
パラメータ
- pixelWidth
- 画像の幅(ピクセル単位)。
- pixelHeight
- 画像の高さ(ピクセル単位)。
- dpiX
- 画像の水平解像度 (DPI)。
- dpiY
- 画像の垂直解像度 (DPI)。