Class

RemotePathNode.RelativeLineTo

Draws a line from the current point to a new point, defined by a relative offset.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

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

Draws a line from the current point to a new point, defined by a relative offset. Corresponds to the l path data command.

Parameters

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