DeflateHalfLine Method (Utils)
In This Topic
Substracts half of , etc from the appropriate edge of the .
Syntax
'Declaration
Public Shared Function DeflateHalfLine( _
ByVal As C1.Win.Interop.Rect, _
ByVal As Double, _
ByVal As Double, _
ByVal As Double, _
ByVal As Double _
) As C1.Win.Interop.Rect
public static C1.Win.Interop.Rect DeflateHalfLine(
C1.Win.Interop.Rect ,
double ,
double ,
double ,
double
)
Parameters
- rect
- left
- top
- right
- bottom
See Also