Inflates the current rectangle with the specified values in each direction and returns a new RectangleD object representing the result.
Namespace: com.mindfusion.common
Package: com.mindfusion.common
Java
![]() |
---|
public RectangleD inflate ( |
The amount to inflate the left side of this rectangle.
The amount to inflate the top side of this rectangle.
The amount to inflate the right side of this rectangle.
The amount to inflate the bottom side of this rectangle.
A new RectangleD object.