ComponentOne FlexReport for WinForms
InflateHalfLine Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > Utils Class : InflateHalfLine Method
Adds half of left, top etc to the appropriate edge of the rect.
Syntax
'Declaration
 
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
public static C1.Win.Interop.Rect InflateHalfLine( 
   C1.Win.Interop.Rect rect,
   System.double left,
   System.double top,
   System.double right,
   System.double bottom
)

Parameters

rect
left
top
right
bottom
See Also

Reference

Utils Class
Utils Members