Class BoundingRectangle
Contents
[
Hide
]BoundingRectangle class
public class BoundingRectangle : IEquatable<BoundingRectangle>
Constructors
| Name | Description |
|---|---|
| BoundingRectangle() | The default constructor. |
| BoundingRectangle(double, double, double, double) |
Properties
| Name | Description |
|---|---|
| Area { get; } | |
| Center { get; } | |
| HasValues { get; } | |
| Height { get; } | |
| MaxCoordinate { get; } | |
| MinCoordinate { get; } | |
| Width { get; } | |
| XMax { get; set; } | |
| XMin { get; set; } | |
| YMax { get; set; } | |
| YMin { get; set; } |
Methods
| Name | Description |
|---|---|
| Clone() | |
| Contains(BoundingRectangle) | |
| Contains(Coordinate) | |
| Contains(double, double) | |
| ContainsX(double) | |
| ContainsY(double) | |
| Distance(BoundingRectangle) | |
| Distance(Coordinate) | |
| Distance(double, double) | |
| Equals(BoundingRectangle) | |
| override Equals(object) | |
| override GetHashCode() | |
| Grow(BoundingRectangle) | |
| Grow(Coordinate) | |
| Grow(double, double) | |
| GrowX(double) | |
| GrowY(double) | |
| Intersection(BoundingRectangle) | |
| Intersects(BoundingRectangle) | |
| SquaredDistance(BoundingRectangle) | |
| SquaredDistance(Coordinate) | |
| SquaredDistance(double, double) | |
| operator == | |
| implicit operator | |
| operator != |
See Also
- namespace Aspose.Gis.Common
- assembly Aspose.GIS