ComponentOne FlexReport for UWP
InflateHalfLine Method

C1.UWP.Document Assembly > C1.Xaml.Document 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 Windows.Foundation.Rect, _
   ByVal left As System.Double, _
   ByVal top As System.Double, _
   ByVal right As System.Double, _
   ByVal bottom As System.Double _
) As Windows.Foundation.Rect
public static Windows.Foundation.Rect InflateHalfLine( 
   Windows.Foundation.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