Class

RemotePathNode.MoveTo

Starts a new subpath at the given absolute (x,y) coordinate.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Android
public data class MoveTo(val x: RemoteFloat, val y: RemoteFloat) : RemotePathNode()

Starts a new subpath at the given absolute (x,y) coordinate. Corresponds to the M path data command.

Parameters

x The absolute x-coordinate to move to.
y The absolute y-coordinate to move to.