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






Inflates the current rectangle with the specified amount horizontally and vertically 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 width,
    int height
)

 Parameters

width

The amount to inflate this rectangle horizontally.

height

The amount to inflate this rectangle vertically.

 Return Value

A new Rectangle object.

 See Also

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