A class representing a rectangular are on the map.
The following tables list the members exposed by the Rect type.
Name | Description | |
---|---|---|
![]() |
Overloaded. |
Name | Description | |
---|---|---|
![]() |
Gets the rectangle height. |
|
![]() |
Gets the rectangle width. |
|
![]() |
Gets or set the maximum X value. |
|
![]() |
Gets or set the minimum X value. |
|
![]() |
Gets or set the maximum Y value. |
|
![]() |
Gets or set the minimum Y value. |
Name | Description | |
---|---|---|
![]() |
Returns a copy of this rectangle. |
|
![]() |
Overloaded. |
|
![]() |
Divides this rectangle into four equal parts. |
|
![]() |
Returns the rectangle center. |
|
![]() |
Returns the min X/Y corner of this rectangle. |
|
![]() |
Returns the intersection of this rectangle with the specified rectangle. |
|
![]() |
Tests whether this rectangle intersects with the specified rectangle. |
|
![]() |
Moves this rectangle by specified offset. |
|
![]() |
Saves the rectangle to the specified stream. |
|
![]() |
Moves this rectangle so that its center coincides with specified point. |
|
![]() ![]() |
Returns the union of two rectangles. |