Chrome Reactive Kotlin
/
pl.wendigo.chrome.api.dom
/
Rect
Rect
data class
Rect
(x:
Double
, y:
Double
, width:
Double
, height:
Double
)
Content copied to clipboard
Rectangle.
Constructors
Properties
Sources
Constructors
Rect
Link copied to clipboard
fun
Rect
(x:
Double
, y:
Double
, width:
Double
, height:
Double
)
Content copied to clipboard
Properties
height
Link copied to clipboard
val
height
:
Double
Content copied to clipboard
Rectangle height
width
Link copied to clipboard
val
width
:
Double
Content copied to clipboard
Rectangle width
x
Link copied to clipboard
val
x
:
Double
Content copied to clipboard
X coordinate
y
Link copied to clipboard
val
y
:
Double
Content copied to clipboard
Y coordinate
Sources
jvm source
Link copied to clipboard