TileMapRectangle Properties |
The TileMapRectangle type exposes the following members.
Name | Description | |
---|---|---|
Center |
Gets or sets the center of the rectangle. If the rectangle is empty, the point (Double.NaN, Double.NaN) is returned.
If the center is set to an empty rectangle, the value becomes the new center, the width and height of the rectangle are
set to 0. If the rectangle was not empty, the center is changed, but the width and height remain unchanged.
(Inherited from MapRectangle.) | |
East |
Gets or sets the East boundary of the rectangle. The rectangle is empty, if the value is lower than the West boundary value.
No checks are made to avoid a lower value compared to the West boundary.
(Inherited from MapRectangle.) | |
Height |
Gets or sets the height of the rectangle. If the height is set, the rectangle's center remains the same.
(Inherited from MapRectangle.) | |
IsEmpty |
Gets a value indicating whether the rectangle is empty. This is true,
if the width or height value is lower 0.
(Inherited from MapRectangle.) | |
North |
Gets or sets the North boundary of the rectangle. The rectangle is empty, if the value is lower than the South boundary value.
No checks are made to avoid a higher value compared to the South boundary.
(Inherited from MapRectangle.) | |
NorthEast |
Gets the NorthEast point of the rectangle.
(Inherited from MapRectangle.) | |
NorthWest |
Gets the NorthWest point of the rectangle.
(Inherited from MapRectangle.) | |
South |
Gets or sets the South boundary of the rectangle. The rectangle is empty, if the value is higher than the North boundary value.
No checks are made to avoid a higher value compared to the North boundary.
(Inherited from MapRectangle.) | |
SouthEast |
Gets the SouthEast point of the rectangle.
(Inherited from MapRectangle.) | |
SouthWest |
Gets the SouthWest point of the rectangle.
(Inherited from MapRectangle.) | |
West |
Gets or sets the West boundary of the rectangle. The rectangle is empty, if the value is higher than the East boundary value.
No checks are made to avoid a higher value compared to the East boundary.
(Inherited from MapRectangle.) | |
Width |
Gets or sets the width of the rectangle. If the width is set, the rectangle's center remains the same.
(Inherited from MapRectangle.) | |
X |
Gets the x-coordinate of the tile.
| |
Y |
Gets the y-coordinate of the tile.
| |
Z |
Gets the z-coordinate of the tile.
|