ComponentOne FlexReport for UWP
DeflateHalfLine Method

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > Utils Class : DeflateHalfLine Method
Substracts half of left, top etc from the appropriate edge of the rect.
Syntax
'Declaration
 
Public Shared Function DeflateHalfLine( _
   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 DeflateHalfLine( 
   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