C1.WPF.Document Assembly / C1.WPF.Document Namespace / Utils Class / DeflateHalfLine Method

In This Topic
DeflateHalfLine Method (Utils)
In This Topic
Substracts half of left, top etc from the appropriate edge of the rect.
Syntax
'Declaration
 
Public Shared Function DeflateHalfLine( _
   ByVal rect As Rect, _
   ByVal left As Double, _
   ByVal top As Double, _
   ByVal right As Double, _
   ByVal bottom As Double _
) As Rect
 

Parameters

rect
left
top
right
bottom
See Also