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

PathNode.RelativeHorizontalTo

public final class PathNode.RelativeHorizontalTo extends PathNode

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

Summary

Public constructors

Public methods

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

RelativeHorizontalTo

public RelativeHorizontalTo(float dx)

Public methods

getDx

public final float getDx()