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