JPlanner Programmer's Guide
RectangleD Constructor (Double, Double, Double, Double)
See Also
 






Initializes a new instance of the RectangleD class with the specified values.

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

 Syntax

Java  Copy Code

public RectangleD (
    double x,
    double y,
    double width,
    double height
)

 Parameters

x

The x-coordinate of the new rectangle.

y

The y-coordinate of the new rectangle.

width

The width of the new rectangle.

height

The height of the new rectangle.

 See Also

RectangleD Constructor Overload List
RectangleD Class
com.mindfusion.common Namespace