JPlanner Programmer's Guide
RectangleD.inflateRight Method
See Also
 






Inflates the right 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 inflateRight (
    double value
)

 Parameters

value

The amount to inflate the right side of this rectangle.

 Return Value

A new RectangleD object.

 See Also

RectangleD Members
RectangleD Class
com.mindfusion.common Namespace