KitePDF
Toggle table of contents
0.6.1
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KitePDF
kitepdf-core
/
io.github.yuroyami.kitepdf.core.render
/
KitePath
/
Segment
/
LineTo
Line
To
data
class
LineTo
(
val
x
:
Double
,
val
y
:
Double
)
:
KitePath.Segment
Members
Constructors
Line
To
Link copied to clipboard
constructor
(
x
:
Double
,
y
:
Double
)
Properties
x
Link copied to clipboard
val
x
:
Double
y
Link copied to clipboard
val
y
:
Double