BoundingBox Class
Contents
[
Hide
]Summary:
Module: aspose.gis.common
Full Name: aspose.gis.common.BoundingBox
Aspose.PSD Version: 25.9.0
Constructors
| Name | Description |
|---|---|
| BoundingBox() | Initializes a new instance of the BoundingBox class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| bounding_rectangle | BoundingRectangle | r | |
| has_m | bool | r | |
| has_z | bool | r | |
| m_center | double | r | |
| m_length | double | r | |
| m_max | double | r/w | |
| m_min | double | r/w | |
| x_center | double | r | |
| x_length | double | r | |
| x_max | double | r/w | |
| x_min | double | r/w | |
| xy_center | Coordinate | r | |
| y_center | double | r | |
| y_length | double | r | |
| y_max | double | r/w | |
| y_min | double | r/w | |
| z_center | double | r | |
| z_length | double | r | |
| z_max | double | r/w | |
| z_min | double | r/w |
Methods
| Name | Description |
|---|---|
| clear() | |
| clone() | Creates a new object that is a copy of the current instance. |
| grow(other, has_z, has_m) | |
| grow_m(m) | |
| grow_x(x) | |
| grow_y(y) | |
| grow_z(z) | |
| has_values() |
Constructor: BoundingBox()
BoundingBox()
Initializes a new instance of the BoundingBox class
Method: clone()
clone()
Creates a new object that is a copy of the current instance.
Returns
| Type | Description |
|---|---|
| BoundingBox |
Method: has_values()
has_values()
Returns
| Type | Description |
|---|---|
| bool |