chrome-devtools-kotlin
5.3.0-1170846
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.dom
/
Rect
Rect
@
Serializable
data
class
Rect
(
val
x
:
Double
,
val
y
:
Double
,
val
width
:
Double
,
val
height
:
Double
)
(
source
)
Rectangle.
Official doc
Members
Constructors
Rect
Link copied to clipboard
constructor
(
x
:
Double
,
y
:
Double
,
width
:
Double
,
height
:
Double
)
Properties
height
Link copied to clipboard
val
height
:
Double
Rectangle height
width
Link copied to clipboard
val
width
:
Double
Rectangle width
x
Link copied to clipboard
val
x
:
Double
X coordinate
y
Link copied to clipboard
val
y
:
Double
Y coordinate