JPlanner Programmer's Guide
RectangleD.inflate Method (Double, Double, Double, Double)
See Also
 






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

 Syntax

Java  Copy Code

public RectangleD inflate (
    double left,
    double top,
    double right,
    double bottom
)

 Parameters

left

The amount to inflate the left side of this rectangle.

top

The amount to inflate the top side of this rectangle.

right

The amount to inflate the right side of this rectangle.

bottom

The amount to inflate the bottom side of this rectangle.

 Return Value

A new RectangleD object.

 See Also

inflate Method Overload List
RectangleD Members
RectangleD Class
com.mindfusion.common Namespace