Zernikalos/zernikalos.math/ZBox2D ZBox2D @Serializableclass ZBox2D(var top: Int = 0, var left: Int = 0, var width: Int = 0, var height: Int = 0)(source)Represents a 2D box with top, left, width, and height properties. Members Constructors ZBox2D Link copied to clipboard constructor(top: Int = 0, left: Int = 0, width: Int = 0, height: Int = 0) Properties height Link copied to clipboard var height: IntThe height of the box. left Link copied to clipboard var left: IntThe left coordinate of the box. top Link copied to clipboard var top: IntThe top coordinate of the box. width Link copied to clipboard var width: IntThe width of the box. ZAlgebraObjectCollectionPrevious PageCompanionNext Page