Click or drag to resize

TileMapRectangle Properties

The TileMapRectangle type exposes the following members.

Properties
  NameDescription
Public propertyCenter
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.)
Public propertyEast
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.)
Public propertyHeight
Gets or sets the height of the rectangle. If the height is set, the rectangle's center remains the same.
(Inherited from MapRectangle.)
Public propertyIsEmpty
Gets a value indicating whether the rectangle is empty. This is true, if the width or height value is lower 0.
(Inherited from MapRectangle.)
Public propertyNorth
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.)
Public propertyNorthEast
Gets the NorthEast point of the rectangle.
(Inherited from MapRectangle.)
Public propertyNorthWest
Gets the NorthWest point of the rectangle.
(Inherited from MapRectangle.)
Public propertySouth
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.)
Public propertySouthEast
Gets the SouthEast point of the rectangle.
(Inherited from MapRectangle.)
Public propertySouthWest
Gets the SouthWest point of the rectangle.
(Inherited from MapRectangle.)
Public propertyWest
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.)
Public propertyWidth
Gets or sets the width of the rectangle. If the width is set, the rectangle's center remains the same.
(Inherited from MapRectangle.)
Public propertyX
Gets the x-coordinate of the tile.
Public propertyY
Gets the y-coordinate of the tile.
Public propertyZ
Gets the z-coordinate of the tile.
Top
See Also