Creates a new Rectangle with the specified edge locations.
Namespace: com.mindfusion.common
Package: com.mindfusion.common
Java
![]() |
---|
public static Rectangle fromLTRB ( |
The x-coordinate of the left edge of the new rectangle.
The y-coordinate of the top edge of the new rectangle.
The x-coordinate of the right edge of the new rectangle.
The y-coordinate of the bottom edge of the new rectangle.
The new Rectangle instance.