ExpoFP
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ExpoFP
ExpoFP
/
com.expofp.fplan.jsInteraction.model
/
ExpoFpBounds
Expo
Fp
Bounds
@
Serializable
data
class
ExpoFpBounds
(
val
leftTop
:
ExpoFpPoint
,
val
rightBottom
:
ExpoFpPoint
)
Rectangular bounds defined by two corner points.
Members
Constructors
Expo
Fp
Bounds
Link copied to clipboard
constructor
(
leftTop
:
ExpoFpPoint
,
rightBottom
:
ExpoFpPoint
)
Properties
left
Top
Link copied to clipboard
@
SerialName
(
value
=
"leftTop"
)
val
leftTop
:
ExpoFpPoint
Top-left corner point.
right
Bottom
Link copied to clipboard
@
SerialName
(
value
=
"rightBottom"
)
val
rightBottom
:
ExpoFpPoint
Bottom-right corner point.