JPlanner Programmer's Guide
Rectangle.inflateTop Method
See Also
 






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

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

 Syntax

Java  Copy Code

public Rectangle inflateTop (
    int value
)

 Parameters

value

The amount to inflate the top side of this rectangle.

 Return Value

A new Rectangle object.

 See Also

Rectangle Members
Rectangle Class
com.mindfusion.common Namespace