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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RectangleD 構造体 > Inflate メソッド : Inflate(RectangleD,Double,Double) メソッド
The RectangleD a copy of which is created and inflated.
The amount by which to inflate the resulting rectangle horizontally.
The amount by which to inflate the resulting rectangle vertically.
Creates a new RectangleD structure from another RectangleD, inflated by the specified amounts vertically and horizontally.
シンタックス
'宣言
 
Public Overloads Shared Function Inflate( _
   ByVal rc As RectangleD, _
   ByVal x As System.Double, _
   ByVal y As System.Double _
) As RectangleD
'使用法
 
Dim rc As RectangleD
Dim x As System.Double
Dim y As System.Double
Dim value As RectangleD
 
value = RectangleD.Inflate(rc, x, y)
public static RectangleD Inflate( 
   RectangleD rc,
   System.double x,
   System.double y
)

パラメータ

rc
The RectangleD a copy of which is created and inflated.
x
The amount by which to inflate the resulting rectangle horizontally.
y
The amount by which to inflate the resulting rectangle vertically.

戻り値の型

The newly created RectangleD structure.
参照

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