Adds half of , etc to the appropriate edge of the .
Syntax
'Declaration
Public Shared Function InflateHalfLine( _
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 InflateHalfLine(
C1.Win.Interop.Rect ,
System.double ,
System.double ,
System.double ,
System.double
)
Parameters
- rect
- left
- top
- right
- bottom
See Also