{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

PathNode.RelativeMoveTo

public final class PathNode.RelativeMoveTo extends PathNode

java.lang.Object
   ↳ androidx.compose.ui.graphics.vector.PathNode
     ↳ androidx.compose.ui.graphics.vector.PathNode.RelativeMoveTo

Summary

Public constructors

RelativeMoveTo(float dx, float dy)

Public methods

final float
final float

Inherited methods

From androidx.compose.ui.graphics.vector.PathNode
final boolean

whether this command is a curve command

final boolean

whether this command is a quad command

Public constructors

RelativeMoveTo

public RelativeMoveTo(float dx, float dy)

Public methods

getDx

public final float getDx()

getDy

public final float getDy()