PrintDocument for WinForms
FromLTRB メソッド (RectangleD)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RectangleD 構造体 : 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 RectangleD structure based on the coordinates of its top-left and bottom-right corners.
シンタックス
'宣言
 
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 RectangleD
'使用法
 
Dim left As System.Double
Dim top As System.Double
Dim right As System.Double
Dim bottom As System.Double
Dim value As RectangleD
 
value = RectangleD.FromLTRB(left, top, right, bottom)
public static RectangleD FromLTRB( 
   System.double left,
   System.double top,
   System.double right,
   System.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 RectangleD structure.
参照

RectangleD 構造体
RectangleD メンバ