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






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

 Parameters

margin

The amount to inflate this rectangle.

 Return Value

A new RectangleD object.

 See Also

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