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


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > RectangleD 構造体 > Inflate メソッド : Inflate(Double,Double,Double,Double) メソッド
この RectangleD 構造体を左に拡大する量。
この RectangleD 構造体を上に拡大する量。
この RectangleD 構造体を右に拡大する量。
この RectangleD 構造体を下に拡大する量。
この RectangleD を指定された量だけ拡大します。
シンタックス
'宣言
 
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
この RectangleD 構造体を左に拡大する量。
top
この RectangleD 構造体を上に拡大する量。
right
この RectangleD 構造体を右に拡大する量。
bottom
この RectangleD 構造体を下に拡大する量。
参照

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