Ribbon for WinForms
FromLTRB メソッド (Rect)

C1.Win.8 アセンブリ > C1.Win.Interop 名前空間 > Rect 構造体 : FromLTRB メソッド
The X coordinate of the upper-left corner of the rectangular region.
The Y coordinate of the upper-left corner of the rectangular region.
The X coordinate of the lower-right corner of the rectangular region.
The Y coordinate of the lower-right corner of the rectangular region.
Creates a Rect structure based on the coordinates of its top-left and bottom-right corners.
シンタックス
'宣言
 
Public Shared Function FromLTRB( _
   ByVal left As Double, _
   ByVal top As Double, _
   ByVal right As Double, _
   ByVal bottom As Double _
) As Rect
public static Rect FromLTRB( 
   double left,
   double top,
   double right,
   double bottom
)

パラメータ

left
The X coordinate of the upper-left corner of the rectangular region.
top
The Y coordinate of the upper-left corner of the rectangular region.
right
The X coordinate of the lower-right corner of the rectangular region.
bottom
The Y coordinate of the lower-right corner of the rectangular region.

戻り値の型

The newly created Rect structure.
参照

Rect 構造体
Rect メンバ