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


C1.Document アセンブリ > C1.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 System.Double, _
   ByVal top As System.Double, _
   ByVal right As System.Double, _
   ByVal bottom As System.Double _
) 
'使用法
 
Dim instance As Rect
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 left,
   System.double top,
   System.double right,
   System.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 メンバ
オーバーロード一覧