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

C1.Win.8 アセンブリ > C1.Win.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 Double, _
   ByVal y As Double _
) As Rect
public static Rect Inflate( 
   Rect rc,
   double x,
   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 メンバ
オーバーロード一覧