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






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

 Parameters

width

The amount to inflate this rectangle horizontally.

height

The amount to inflate this rectangle vertically.

 Return Value

A new RectangleD object.

 See Also

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