Everysight SDK
2.5.0
common
Everysight SDK
/
UIKit.widgets
/
Path
/
addPoint
add
Point
fun
addPoint
(
x
:
Float
,
y
:
Float
)
:
Path
Adds a point to the path (same as
lineTo
)
Return
this
Parameters
x
x point in pixels
y
y point in pixels
See also
Path.
lineTo