次の方法で共有


Rectangle.FromLTRB メソッド

指定の端の位置の Rectangle 構造体を作成します。

Public Shared Function FromLTRB( _
   ByVal left As Integer, _   ByVal top As Integer, _   ByVal right As Integer, _   ByVal bottom As Integer _) As Rectangle
[C#]
public static Rectangle FromLTRB(intleft,inttop,intright,intbottom);
[C++]
public: static Rectangle FromLTRB(intleft,inttop,intright,intbottom);
[JScript]
public static function FromLTRB(
   left : int,top : int,right : int,bottom : int) : Rectangle;

パラメータ

  • left
    この Rectangle 構造体の左上隅の x 座標。
  • top
    この Rectangle 構造体の左上隅の y 座標。
  • right
    この Rectangle 構造体の右下隅の x 座標。
  • bottom
    この Rectangle 構造体の右下隅の y 座標。

戻り値

このメソッドが作成する新しい Rectangle オブジェクト。

解説

このメソッドは、指定の左上隅および右下隅の Rectangle を作成します。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

Rectangle 構造体 | Rectangle メンバ | System.Drawing 名前空間