Class

RemotePathNode.RelativeMoveTo

Starts a new subpath at a point defined by a relative offset from the current point.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Android
public data class RelativeMoveTo(val dx: RemoteFloat, val dy: RemoteFloat) : RemotePathNode()

Starts a new subpath at a point defined by a relative offset from the current point. Corresponds to the m path data command.

Parameters

dx The relative change in the x-coordinate.
dy The relative change in the y-coordinate.