toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
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
)
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