kdriver
Toggle table of contents
0.2.5
common
Platform filter
common
Switch theme
Search in API
kdriver
core
/
dev.kdriver.core.dom
/
Position
Position
class
Position
(
points
:
List
<
Double
>
)
Members
Constructors
Position
Link copied to clipboard
constructor
(
points
:
List
<
Double
>
)
Properties
abs
X
Link copied to clipboard
var
absX
:
Double
abs
Y
Link copied to clipboard
var
absY
:
Double
bottom
Link copied to clipboard
val
bottom
:
Double
center
Link copied to clipboard
val
center
:
Pair
<
Double
,
Double
>
height
Link copied to clipboard
val
height
:
Double
left
Link copied to clipboard
val
left
:
Double
right
Link copied to clipboard
val
right
:
Double
top
Link copied to clipboard
val
top
:
Double
width
Link copied to clipboard
val
width
:
Double
x
Link copied to clipboard
val
x
:
Double
y
Link copied to clipboard
val
y
:
Double
Functions
to
Viewport
Link copied to clipboard
fun
toViewport
(
scale
:
Double
=
1.0
)
:
Page.Viewport