Rect2 Properties |
The Rect2 type exposes the following members.
Name | Description | |
---|---|---|
![]() | Area |
The area of this rect.
|
![]() | End | |
![]() | Position |
Beginning corner. Typically has values lower than End.
|
![]() | Size |
Size from Position to End. Typically all components are positive.
If the size is negative, you can use Abs to fix it.
|