[]
Adds half of left, top etc to the appropriate edge of the rect.
public static Rect InflateHalfLine(Rect rect, double left, double top, double right, double bottom)
Public Shared Function InflateHalfLine(rect As Rect, left As Double, top As Double, right As Double, bottom As Double) As Rect
| Type | Name | Description |
|---|---|---|
| Rect | rect | |
| double | left | |
| double | top | |
| double | right | |
| double | bottom |
| Type | Description |
|---|---|
| Rect |