Rect
in package
Represents rectangular areas on the screen.
This class facilitates operations involving rectangular areas on the screen.
Table of Contents
Properties
- $lowerleft : Point|null
- The bottom-left corner.
- $lowerright : Point|null
- The bottom-right corner.
- $upperleft : Point|null
- The top-left corner.
- $upperright : Point|null
- The top-right corner.
Properties
$lowerleft
The bottom-left corner.
public
Point|null
$lowerleft
= null
$lowerright
The bottom-right corner.
public
Point|null
$lowerright
= null
$upperleft
The top-left corner.
public
Point|null
$upperleft
= null
$upperright
The top-right corner.
public
Point|null
$upperright
= null