PathNode.RelativeMoveTo


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

Summary

Public constructors

Cmn

Public properties

Float

The relative change in the x-coordinate.

Cmn
Float

The relative change in the y-coordinate.

Cmn

Inherited properties

From androidx.compose.ui.graphics.vector.PathNode
Boolean

true if this command is a cubic Bézier curve, false otherwise.

Cmn
Boolean

true if this command is a quadratic Bézier curve, false otherwise.

Cmn

Public constructors

RelativeMoveTo

RelativeMoveTo(dx: Float, dy: Float)
Parameters
dx: Float

The relative change in the x-coordinate.

dy: Float

The relative change in the y-coordinate.

Public properties

dx

val dxFloat

The relative change in the x-coordinate.

dy

val dyFloat

The relative change in the y-coordinate.