FlexReport for WinForms
DeflateHalfLine メソッド (Utils)


C1.Document アセンブリ > C1.Document 名前空間 > Utils クラス : DeflateHalfLine メソッド
Substracts half of left, top etc from the appropriate edge of the rect.
シンタックス
'宣言
 
Public Shared Function DeflateHalfLine( _
   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.DeflateHalfLine(rect, left, top, right, bottom)
public static Rect DeflateHalfLine( 
   Rect rect,
   System.double left,
   System.double top,
   System.double right,
   System.double bottom
)

パラメータ

rect
left
top
right
bottom
参照

参照

Utils クラス
Utils メンバ