JPlanner Programmer's Guide
RectangleD.fromLTRB Method
See Also
 






Creates a new RectangleD with the specified edge locations.

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

 Syntax

Java  Copy Code

public static RectangleD fromLTRB (
    double l,
    double t,
    double r,
    double b
)

 Parameters

l

The x-coordinate of the left edge of the new rectangle.

t

The y-coordinate of the top edge of the new rectangle.

r

The x-coordinate of the right edge of the new rectangle.

b

The y-coordinate of the bottom edge of the new rectangle.

 Return Value

The new RectangleD instance.

 See Also

RectangleD Members
RectangleD Class
com.mindfusion.common Namespace