InflateHalfLine Method (Utils)
In This Topic
Adds half of , etc to the appropriate edge of the .
Syntax
'Declaration
Public Shared Function InflateHalfLine( _
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 InflateHalfLine(
C1.Win.Interop.Rect ,
double ,
double ,
double ,
double
)
Parameters
- rect
- left
- top
- right
- bottom
See Also