moveTo

common
fun moveTo(xPos: Double, yPos: Double)

Begin a new sub-path. After this call the current point will be (xPos, yPos).

Parameters

xPos

The X coordinate of the new position.

yPos

The Y coordinate of the new position.

linuxArm32
fun moveTo(xPos: Double, yPos: Double)

Parameters

xPos

The X coordinate of the new position.

yPos

The Y coordinate of the new position.

linuxX64
fun moveTo(xPos: Double, yPos: Double)

Parameters

xPos

The X coordinate of the new position.

yPos

The Y coordinate of the new position.