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






Inflates the current rectangle with the specified amount in all directions 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 margin
)

 Parameters

margin

The amount to inflate this rectangle.

 Return Value

A new Rectangle object.

 See Also

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