現在の
Styleのマージン、パディング、および境界線の値に基づいて、指定された幅と高さを拡大します。
シンタックス
'宣言
Public Overloads Function Inflate( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Drawing.Size
public System.Drawing.Size Inflate(
System.int ,
System.int
)
パラメータ
- width
- 拡大する幅。
- height
- 拡大する高さ。
戻り値の型
結果の System.Drawing.Size。
参照