FlexReport for WinForms
InflateHalfLine メソッド (Utils)


C1.Document アセンブリ > C1.Document 名前空間 > Utils クラス : InflateHalfLine メソッド
Adds half of left, top etc to the appropriate edge of the rect.
シンタックス
'宣言
 
Public Shared Function InflateHalfLine( _
   ByVal rect As Rect, _
   ByVal left As System.Double, _
   ByVal top As System.Double, _
   ByVal right As System.Double, _
   ByVal bottom As System.Double _
) As Rect
'使用法
 
Dim rect As Rect
Dim left As System.Double
Dim top As System.Double
Dim right As System.Double
Dim bottom As System.Double
Dim value As Rect
 
value = Utils.InflateHalfLine(rect, left, top, right, bottom)
public static Rect InflateHalfLine( 
   Rect rect,
   System.double left,
   System.double top,
   System.double right,
   System.double bottom
)

パラメータ

rect
left
top
right
bottom
参照

参照

Utils クラス
Utils メンバ