RectangleF.FromLTRB メソッド
アセンブリ: System.Drawing (system.drawing.dll 内)

Public Shared Function FromLTRB ( _ left As Single, _ top As Single, _ right As Single, _ bottom As Single _ ) As RectangleF
Dim left As Single Dim top As Single Dim right As Single Dim bottom As Single Dim returnValue As RectangleF returnValue = RectangleF.FromLTRB(left, top, right, bottom)
public static function FromLTRB ( left : float, top : float, right : float, bottom : float ) : RectangleF
戻り値
このメソッドが作成する新しい RectangleF オブジェクト。


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- RectangleF.FromLTRB メソッドのページへのリンク