Substracts half of , etc from the appropriate edge of the .
Syntax
'Declaration
Public Shared Function DeflateHalfLine( _
ByVal As C1.Win.Interop.Rect, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double _
) As C1.Win.Interop.Rect
public static C1.Win.Interop.Rect DeflateHalfLine(
C1.Win.Interop.Rect ,
System.double ,
System.double ,
System.double ,
System.double
)
Parameters
- rect
- left
- top
- right
- bottom
See Also