Substracts half of , etc from the appropriate edge of the .
シンタックス
'宣言
Public Shared Function DeflateHalfLine( _
ByVal As Rect, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal 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 ,
System.double ,
System.double ,
System.double ,
System.double
)
パラメータ
- rect
- left
- top
- right
- bottom
参照