dot-palm-core
8.7.2
dot-palm-core
/
com.innovatrics.dot.core.geometry
/
RectangleInt
Rectangle
Int
data
class
RectangleInt
(
val
left
:
Int
,
val
top
:
Int
,
val
right
:
Int
,
val
bottom
:
Int
)
Rectangle in two-dimensional euclidean space.
Constructors
Properties
Constructors
Rectangle
Int
Link copied to clipboard
fun
RectangleInt
(
left
:
Int
,
top
:
Int
,
right
:
Int
,
bottom
:
Int
)
Properties
bottom
Link copied to clipboard
val
bottom
:
Int
Bottom edge.
left
Link copied to clipboard
val
left
:
Int
Left edge.
right
Link copied to clipboard
val
right
:
Int
Right edge.
top
Link copied to clipboard
val
top
:
Int
Top edge.