JPlanner Programmer's Guide
Rectangle.inflate Method (Int32, Int32, Int32, Int32)
See Also
 






Inflates the current rectangle with the specified values in each direction and returns a new Rectangle object representing the result.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public Rectangle inflate (
    int left,
    int top,
    int right,
    int 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 Rectangle object.

 See Also

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