FlexReport for WinForms
InflateHalfLine メソッド (Utils)


C1.Win.C1Document.4.5.2 アセンブリ > C1.Win.C1Document 名前空間 > Utils クラス : InflateHalfLine メソッド
lefttopなどの値の半分を rectの該当する辺に加算します。
シンタックス
'宣言
 
Public Shared Function InflateHalfLine( _
   ByVal rect As C1.Win.Interop.Rect, _
   ByVal left As System.Double, _
   ByVal top As System.Double, _
   ByVal right As System.Double, _
   ByVal bottom As System.Double _
) As C1.Win.Interop.Rect
'使用法
 
Dim rect As C1.Win.Interop.Rect
Dim left As System.Double
Dim top As System.Double
Dim right As System.Double
Dim bottom As System.Double
Dim value As C1.Win.Interop.Rect
 
value = Utils.InflateHalfLine(rect, left, top, right, bottom)
public static C1.Win.Interop.Rect InflateHalfLine( 
   C1.Win.Interop.Rect rect,
   System.double left,
   System.double top,
   System.double right,
   System.double bottom
)

パラメータ

rect
left
top
right
bottom
参照

Utils クラス
Utils メンバ