ActiveReports for .NET 18.0J
FromLTRB メソッド

GrapeCity.Viewer.Common 名前空間 > Rect 構造体 : FromLTRB メソッド
長方形の左上隅のX座標。
長方形の左上隅のY座標。
長方形の右下隅のX座標。
長方形の右下隅のY座標。
指定された端の位置でRectを作成します。
シンタックス
'宣言
 
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
長方形の左上隅のX座標。
top
長方形の左上隅のY座標。
right
長方形の右下隅のX座標。
bottom
長方形の右下隅のY座標。
参照

Rect 構造体
Rect メンバ