Ribbon for WinForms
Inflate(Double,Double,Double,Double) メソッド

C1.Win.8 アセンブリ > C1.Win.Interop 名前空間 > Rect 構造体 > Inflate メソッド : Inflate(Double,Double,Double,Double) メソッド
The amount to add on the left.
The amount to add at the top.
The amount to add on the right.
The amount to add on the bottom.
Inflates the current Rect by the specified amounts on four sides.
シンタックス
'宣言
 
Public Overloads Sub Inflate( _
   ByVal left As Double, _
   ByVal top As Double, _
   ByVal right As Double, _
   ByVal bottom As Double _
) 
public void Inflate( 
   double left,
   double top,
   double right,
   double bottom
)

パラメータ

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.
参照

Rect 構造体
Rect メンバ
オーバーロード一覧