kdriver
Toggle table of contents
0.2.5
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
DOM
/
Rect
Rect
@
Serializable
data
class
Rect
(
val
x
:
Double
,
val
y
:
Double
,
val
width
:
Double
,
val
height
:
Double
)
Rectangle.
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