Inflates the current
Rect by specified horizontal and vertical amounts.
シンタックス
'宣言
Public Overloads Sub Inflate( _
ByVal As System.Double, _
ByVal As System.Double _
)
'使用法
Dim instance As Rect
Dim x As System.Double
Dim y As System.Double
instance.Inflate(x, y)
public void Inflate(
System.double ,
System.double
)
パラメータ
- x
- The amount to add on the left and right of the current Rect.
- y
- The amount to add at the top and bottom of the current Rect.
参照