BoundingBox Class

Summary:

Module: aspose.gis.common

Full Name: aspose.gis.common.BoundingBox

Aspose.PSD Version: 25.9.0

Constructors

NameDescription
BoundingBox()Initializes a new instance of the BoundingBox class

Properties

NameTypeAccessDescription
bounding_rectangleBoundingRectangler
has_mboolr
has_zboolr
m_centerdoubler
m_lengthdoubler
m_maxdoubler/w
m_mindoubler/w
x_centerdoubler
x_lengthdoubler
x_maxdoubler/w
x_mindoubler/w
xy_centerCoordinater
y_centerdoubler
y_lengthdoubler
y_maxdoubler/w
y_mindoubler/w
z_centerdoubler
z_lengthdoubler
z_maxdoubler/w
z_mindoubler/w

Methods

NameDescription
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

TypeDescription
BoundingBox

Method: has_values()

 has_values() 

Returns

TypeDescription
bool