JPlanner Programmer's Guide
RectangleD.inflateTop Method
See Also
 






Inflates the top 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 inflateTop (
    double value
)

 Parameters

value

The amount to inflate the top side of this rectangle.

 Return Value

A new RectangleD object.

 See Also

RectangleD Members
RectangleD Class
com.mindfusion.common Namespace