RectangleF.Inflate メソッド (RectangleF, Single, Single)
指定の RectangleF 構造体の膨らんだコピーを作成し返します。コピーは指定した量だけ膨らみます。元の四角形は変更されません。
Overloads Public Shared Function Inflate( _
ByVal rect As RectangleF, _ ByVal x As Single, _ ByVal y As Single _) As RectangleF
[C#]
public static RectangleF Inflate(RectangleFrect,floatx,floaty);
[C++]
public: static RectangleF Inflate(RectangleFrect,floatx,floaty);
[JScript]
public static function Inflate(
rect : RectangleF,x : float,y : float) : RectangleF;
パラメータ
- rect
コピーする RectangleF 。この四角形は変更されません。 - x
四角形のコピーの水平方向の膨張量。 - y
四角形のコピーの垂直方向の膨張量。
戻り値
膨らませた RectangleF 。
解説
このメソッドは、 rect のコピーを作成し膨らませた後、その膨らんだコピーを返します。軸に沿った膨張には、2 つの方向 (マイナスの方向とプラスの方向) があります。たとえば、50 × 50 の四角形を x 軸方向に 50 膨らませると、長さが 150 単位 (元の 50、負の方向に 50、正の方向に 50) の四角形になります。四角形の幾何学中心は元のままです。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
RectangleF 構造体 | RectangleF メンバ | System.Drawing 名前空間 | RectangleF.Inflate オーバーロードの一覧