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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RectangleD 構造体 > 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 RectangleD 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 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 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.
参照

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