PdfKmp
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
PdfKmp
pdfkmp
/
com.conamobile.pdfkmp.vector
/
PathCommand
/
LineTo
Line
To
data
class
LineTo
(
val
x
:
Float
,
val
y
:
Float
)
:
PathCommand
Adds a straight-line segment from the current point to the absolute point.
Members
Constructors
Line
To
Link copied to clipboard
constructor
(
x
:
Float
,
y
:
Float
)
Properties
x
Link copied to clipboard
val
x
:
Float
y
Link copied to clipboard
val
y
:
Float