JPlanner Programmer's Guide
RectangleD.inflateBottom Method
See Also
 






Inflates the bottom side of the current rectangle with the specified amount and returns a new RectangleD object representing the result.

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

 Syntax

Java  Copy Code

public RectangleD inflateBottom (
    double value
)

 Parameters

value

The amount to inflate the bottom side of this rectangle.

 Return Value

A new RectangleD object.

 See Also

RectangleD Members
RectangleD Class
com.mindfusion.common Namespace