SuperTooltip for WinForms
FromLTRB メソッド

C1.Win.6 アセンブリ > C1.Win.Interop 名前空間 > Rect 構造体 : FromLTRB メソッド
四角形領域の左上隅の X 座標。
四角形領域の左上隅の Y 座標。
四角形領域の右下隅の X 座標。
四角形領域の右下隅の Y 座標。
左上隅と右下隅の座標に基づいて Rect構造体を作成します。
シンタックス
'宣言
 
Public Shared Function FromLTRB( _
   ByVal left As System.Double, _
   ByVal top As System.Double, _
   ByVal right As System.Double, _
   ByVal bottom As System.Double _
) As Rect
public static Rect FromLTRB( 
   System.double left,
   System.double top,
   System.double right,
   System.double bottom
)

パラメータ

left
四角形領域の左上隅の X 座標。
top
四角形領域の左上隅の Y 座標。
right
四角形領域の右下隅の X 座標。
bottom
四角形領域の右下隅の Y 座標。

戻り値の型

新しく作成された Rect構造体。
参照

Rect 構造体
Rect メンバ