PrintDocument for WinForms
FromLTRB メソッド (RectangleD)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > RectangleD 構造体 : FromLTRB メソッド
四角形領域の左上隅の x 座標。
四角形領域の左上隅の y 座標。
四角形領域の右下隅の x 座標。
四角形領域の右下隅の y 座標。
指定された位置を左上隅と右下隅にして RectangleD 構造体を作成します。
シンタックス
'宣言
 
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
四角形領域の左上隅の x 座標。
top
四角形領域の左上隅の y 座標。
right
四角形領域の右下隅の x 座標。
bottom
四角形領域の右下隅の y 座標。

戻り値の型

このメソッドが作成する新しい RectangleD。
参照

RectangleD 構造体
RectangleD メンバ