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


C1.Document.4.6.2 アセンブリ > C1.Interop 名前空間 > Rect 構造体 > Inflate メソッド : Inflate(Rect,Double,Double) メソッド
The Rect 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 Rect structure from another RectangleD, inflated by the specified amounts vertically and horizontally.
シンタックス
'宣言
 
Public Overloads Shared Function Inflate( _
   ByVal rc As Rect, _
   ByVal x As System.Double, _
   ByVal y As System.Double _
) As Rect
'使用法
 
Dim rc As Rect
Dim x As System.Double
Dim y As System.Double
Dim value As Rect
 
value = Rect.Inflate(rc, x, y)
public static Rect Inflate( 
   Rect rc,
   System.double x,
   System.double y
)

パラメータ

rc
The Rect 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 Rect structure.
参照

参照

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