ExpoFpBounds

@Serializable
data class ExpoFpBounds(val leftTop: ExpoFpPoint, val rightBottom: ExpoFpPoint)

Rectangular bounds defined by two corner points.

Constructors

Link copied to clipboard
constructor(leftTop: ExpoFpPoint, rightBottom: ExpoFpPoint)

Properties

Link copied to clipboard
@SerialName(value = "leftTop")
val leftTop: ExpoFpPoint

Top-left corner point.

Link copied to clipboard
@SerialName(value = "rightBottom")
val rightBottom: ExpoFpPoint

Bottom-right corner point.