KitePDF
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
KitePDF
kitepdf
/
io.github.yuroyami.kitepdf.render
/
PdfPath
/
Segment
/
MoveTo
Move
To
data
class
MoveTo
(
val
x
:
Double
,
val
y
:
Double
)
:
PdfPath.Segment
Members
Constructors
Move
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